Html Css Color HEX #096BED Navy Blue

📋 copy color: '#096BED'

red 9 ◦ green 107 ◦ blue 237

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

Shades of Navy Blue #096BED

Tints of Navy Blue #096BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.31%

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

R = 2.55%
G = 30.31%
B = 67.14%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#096BED (or 0x096BED) is known color: Navy Blue. HEX triplet: 09, 6B and ED. RGB value is (9,107,237). Sum of RGB (Red+Green+Blue) = 9+107+237=353 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.55% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #096BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096BED is #F69412. Grayscale: #5B5B5B. Windows color (decimal): -16159763 or 15559433. OLE color: 15559433.

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

Color convert

RGB 9 107 237 -
CMYK 0.96 0.55 0 0.07
HSL 214.21º 0.93% 0.48% -
HSV(B) 214.21º 0.96% 0.93% -
XYZ 20.66 16.69 82.25 -
YUV 92.52 209.53 68.43 -
System Red Green Blue C M Y K H S L
Decimal 9 107 237 0.96 0.55 0 0.07 214.21 0.93 0.48
Hex 9 6B ED 60 37 0 7 D6 5D 30
Octal 11 153 355 140 67 0 7 326 135 60
Binary 1001 1101011 11101101 1100000 110111 0 111 11010110 1011101 110000

Color Harmonies of #096BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BED

Black with #096BED

Text Example


Text Example

White with #096BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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