Html Css Color HEX #096FED Navy Blue

📋 copy color: '#096FED'

red 9 ◦ green 111 ◦ blue 237

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

Shades of Navy Blue #096FED

Tints of Navy Blue #096FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.39%

R = 2.52%
G = 31.09%
B = 66.39%

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

#096FED (or 0x096FED) is known color: Navy Blue. HEX triplet: 09, 6F and ED. RGB value is (9,111,237). Sum of RGB (Red+Green+Blue) = 9+111+237=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #096FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096FED is #F69012. Grayscale: #5E5E5E. Windows color (decimal): -16158739 or 15560457. OLE color: 15560457.

HSL color Cylindrical-coordinate representation of color #096FED: hue angle of 213.16º 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 #096FED is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 111 237 -
CMYK 0.96 0.53 0 0.07
HSL 213.16º 0.93% 0.48% -
HSV(B) 213.16º 0.96% 0.93% -
XYZ 21.08 17.54 82.4 -
YUV 94.87 208.21 66.75 -
System Red Green Blue C M Y K H S L
Decimal 9 111 237 0.96 0.53 0 0.07 213.16 0.93 0.48
Hex 9 6F ED 60 35 0 7 D5 5D 30
Octal 11 157 355 140 65 0 7 325 135 60
Binary 1001 1101111 11101101 1100000 110101 0 111 11010101 1011101 110000

Color Harmonies of #096FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096FED

Black with #096FED

Text Example


Text Example

White with #096FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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