Html Css Color HEX #096CEB Navy Blue

📋 copy color: '#096CEB'

red 9 ◦ green 108 ◦ blue 235

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

Shades of Navy Blue #096CEB

Tints of Navy Blue #096CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.76%

R = 2.56%
G = 30.68%
B = 66.76%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#096CEB (or 0x096CEB) is known color: Navy Blue. HEX triplet: 09, 6C and EB. RGB value is (9,108,235). Sum of RGB (Red+Green+Blue) = 9+108+235=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #096CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096CEB is #F69314. Grayscale: #5C5C5C. Windows color (decimal): -16159509 or 15428617. OLE color: 15428617.

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

Color convert

RGB 9 108 235 -
CMYK 0.96 0.54 0 0.08
HSL 213.72º 0.93% 0.48% -
HSV(B) 213.72º 0.96% 0.92% -
XYZ 20.47 16.78 80.76 -
YUV 92.88 208.2 68.17 -
System Red Green Blue C M Y K H S L
Decimal 9 108 235 0.96 0.54 0 0.08 213.72 0.93 0.48
Hex 9 6C EB 60 36 0 8 D6 5D 30
Octal 11 154 353 140 66 0 10 326 135 60
Binary 1001 1101100 11101011 1100000 110110 0 1000 11010110 1011101 110000

Color Harmonies of #096CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CEB

Black with #096CEB

Text Example


Text Example

White with #096CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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