Html Css Color HEX #096FEE Navy Blue

📋 copy color: '#096FEE'

red 9 ◦ green 111 ◦ blue 238

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

Shades of Navy Blue #096FEE

Tints of Navy Blue #096FEE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.01%

 BLUE value IS 238 (93.36% from 255) = 66.48%

R = 2.51%
G = 31.01%
B = 66.48%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#096FEE (or 0x096FEE) is known color: Navy Blue. HEX triplet: 09, 6F and EE. RGB value is (9,111,238). Sum of RGB (Red+Green+Blue) = 9+111+238=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 238 (93.36% from 255 or 66.48% from 358); Max value from RGB is 238 - color contains mainly: blue. Hex color #096FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096FEE is #F69011. Grayscale: #5E5E5E. Windows color (decimal): -16158738 or 15625993. OLE color: 15625993.

HSL color Cylindrical-coordinate representation of color #096FEE: hue angle of 213.28º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096FEE is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 111 238 -
CMYK 0.96 0.53 0 0.07
HSL 213.28º 0.93% 0.48% -
HSV(B) 213.28º 0.96% 0.93% -
XYZ 21.23 17.6 83.17 -
YUV 94.98 208.71 66.67 -
System Red Green Blue C M Y K H S L
Decimal 9 111 238 0.96 0.53 0 0.07 213.28 0.93 0.48
Hex 9 6F EE 60 35 0 7 D5 5D 30
Octal 11 157 356 140 65 0 7 325 135 60
Binary 1001 1101111 11101110 1100000 110101 0 111 11010101 1011101 110000

Color Harmonies of #096FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096FEE

Black with #096FEE

Text Example


Text Example

White with #096FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,111,238); }

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

background-color css

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

 a { background-color: rgb(9,111,238); }

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

border-color css

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

 span { border-color: rgb(9,111,238); }

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