Html Css Color HEX #096EEF Navy Blue

📋 copy color: '#096EEF'

red 9 ◦ green 110 ◦ blue 239

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

Shades of Navy Blue #096EEF

Tints of Navy Blue #096EEF

RGB

 RED value IS 9 (3.91% from 255) = 2.51%

 GREEN value IS 110 (43.36% from 255) = 30.73%

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

R = 2.51%
G = 30.73%
B = 66.76%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#096EEF (or 0x096EEF) is known color: Navy Blue. HEX triplet: 09, 6E and EF. RGB value is (9,110,239). Sum of RGB (Red+Green+Blue) = 9+110+239=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #096EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096EEF is #F69110. Grayscale: #5D5D5D. Windows color (decimal): -16158993 or 15691273. OLE color: 15691273.

HSL color Cylindrical-coordinate representation of color #096EEF: hue angle of 213.65º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096EEF is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 110 239 -
CMYK 0.96 0.54 0 0.06
HSL 213.65º 0.93% 0.49% -
HSV(B) 213.65º 0.96% 0.94% -
XYZ 21.27 17.44 83.91 -
YUV 94.51 209.54 67.01 -
System Red Green Blue C M Y K H S L
Decimal 9 110 239 0.96 0.54 0 0.06 213.65 0.93 0.49
Hex 9 6E EF 60 36 0 6 D6 5D 31
Octal 11 156 357 140 66 0 6 326 135 61
Binary 1001 1101110 11101111 1100000 110110 0 110 11010110 1011101 110001

Color Harmonies of #096EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096EEF

Black with #096EEF

Text Example


Text Example

White with #096EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096EEF; }

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

 H1.HeaderClassName
 {
   color: #096EEF;
 }
 .AnyTagClassName
 {
   color: #096EEF;
 }
</style>

background-color css

<style>
 a { background-color: #096EEF; }

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

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

border-color css

<style>
 span { border-color: #096EEF; }

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

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