#1B09EA

Color #1B09EA Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #1B09EA

Tints of Blue #1B09EA

Color information

#1B09EA (or 0x1B09EA) is unknown color: approx Blue. HEX triplet: 1B, 09 and EA. RGB value is (27,9,234). Sum of RGB (Red+Green+Blue) = 27+9+234=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 234 (91.80% from 255 or 86.67% from 270); Max value from RGB is 234 - color contains mainly: blue. Hex color #1B09EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B09EA is #E4F615. Grayscale: #272727. Windows color (decimal): -15005206 or 15337755. OLE color: 15337755.

HSL color Cylindrical-coordinate representation of color #1B09EA: hue angle of 244.8º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B09EA is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB279234-
CMYK0.880.9600.08
HSL244.8º92.59%47.65%-
HSV(B)244.8º96.15%91.76%-
XYZ15.46.3778.26-
YUV40.03237.46118.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 10%
GREEN value IS 9 (3.91% from 255) = 3.33%
BLUE value IS 234 (91.80% from 255) = 86.67%
R=10%
G=3.33%
B=86.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2792340.880.9600.08244.892.5947.65
Hex1B9EA586008f55d30
Octal331135213014001036513560
Binary110111001111010101011000110000001000111101011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B09EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B09EA; }

 p { color: rgb(27,9,234); }

 H1.HeaderClassName
 {
   color: #1B09EA;
 }
 .AnyTagClassName
 {
   color: #1B09EA;
 }
</style>
background-color css

<style>
 a { background-color: #1B09EA; }

 a { background-color: rgb(27,9,234); }

 div.DivClassName
 {
   background-color: #1B09EA;
 }
 .BgClassName
 {
   background-color: #1B09EA;
 }
</style>
border-color css

<style>
 span { border-color: #1B09EA; }

 span { border-color: rgb(27,9,234); }

 td.TdClassName
 {
   border-color: #1B09EA;
 }
 .TagClassName
 {
   border-color: #1B09EA;
 }
</style>