Html Css Color HEX #0109EF Blue

📋 copy color: '#0109EF'

red 1 ◦ green 9 ◦ blue 239

#0109EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #0109EF

Tints of Blue #0109EF

RGB

 RED value IS 1 (0.78% from 255) = 0.4%

 GREEN value IS 9 (3.91% from 255) = 3.61%

 BLUE value IS 239 (93.75% from 255) = 95.98%

R = 0.4%
G = 3.61%
B = 95.98%

CMYK

 C value IS 1.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0109EF (or 0x0109EF) is known color: Blue. HEX triplet: 01, 09 and EF. RGB value is (1,9,239). Sum of RGB (Red+Green+Blue) = 1+9+239=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 239 (93.75% from 255 or 95.98% from 249); Max value from RGB is 239 - color contains mainly: blue. Hex color #0109EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0109EF is #FEF610. Grayscale: #1F1F1F. Windows color (decimal): -16709137 or 15665409. OLE color: 15665409.

HSL color Cylindrical-coordinate representation of color #0109EF: hue angle of 237.98º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0109EF is Cyan = 1.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 9 239 -
CMYK 1.00 0.96 0 0.06
HSL 237.98º 0.99% 0.47% -
HSV(B) 237.98º 1% 0.94% -
XYZ 15.69 6.43 82.08 -
YUV 32.83 244.35 105.3 -
System Red Green Blue C M Y K H S L
Decimal 1 9 239 1.00 0.96 0 0.06 237.98 0.99 0.47
Hex 1 9 EF 64 60 0 6 EE 63 2F
Octal 1 11 357 144 140 0 6 356 143 57
Binary 1 1001 11101111 1100100 1100000 0 110 11101110 1100011 101111

Color Harmonies of #0109EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0109EF

Black with #0109EF

Text Example


Text Example

White with #0109EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0109EF; }

 p { color: rgb(1,9,239); }

 H1.HeaderClassName
 {
   color: #0109EF;
 }
 .AnyTagClassName
 {
   color: #0109EF;
 }
</style>

background-color css

<style>
 a { background-color: #0109EF; }

 a { background-color: rgb(1,9,239); }

 div.DivClassName
 {
   background-color: #0109EF;
 }
 .BgClassName
 {
   background-color: #0109EF;
 }
</style>

border-color css

<style>
 span { border-color: #0109EF; }

 span { border-color: rgb(1,9,239); }

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