Html Css Color HEX #096CED Navy Blue

📋 copy color: '#096CED'

red 9 ◦ green 108 ◦ blue 237

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

Shades of Navy Blue #096CED

Tints of Navy Blue #096CED

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.51%

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

R = 2.54%
G = 30.51%
B = 66.95%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#096CED (or 0x096CED) is known color: Navy Blue. HEX triplet: 09, 6C and ED. RGB value is (9,108,237). Sum of RGB (Red+Green+Blue) = 9+108+237=354 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #096CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096CED is #F69312. Grayscale: #5C5C5C. Windows color (decimal): -16159507 or 15559689. OLE color: 15559689.

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

Color convert

RGB 9 108 237 -
CMYK 0.96 0.54 0 0.07
HSL 213.95º 0.93% 0.48% -
HSV(B) 213.95º 0.96% 0.93% -
XYZ 20.76 16.9 82.29 -
YUV 93.11 209.2 68.01 -
System Red Green Blue C M Y K H S L
Decimal 9 108 237 0.96 0.54 0 0.07 213.95 0.93 0.48
Hex 9 6C ED 60 36 0 7 D6 5D 30
Octal 11 154 355 140 66 0 7 326 135 60
Binary 1001 1101100 11101101 1100000 110110 0 111 11010110 1011101 110000

Color Harmonies of #096CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CED

Black with #096CED

Text Example


Text Example

White with #096CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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