Html Css Color HEX #096BEB Navy Blue

📋 copy color: '#096BEB'

red 9 ◦ green 107 ◦ blue 235

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

Shades of Navy Blue #096BEB

Tints of Navy Blue #096BEB

RGB

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

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

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

R = 2.56%
G = 30.48%
B = 66.95%

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

#096BEB (or 0x096BEB) is known color: Navy Blue. HEX triplet: 09, 6B and EB. RGB value is (9,107,235). Sum of RGB (Red+Green+Blue) = 9+107+235=351 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 235 (92.19% from 255 or 66.95% from 351); Max value from RGB is 235 - color contains mainly: blue. Hex color #096BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096BEB is #F69414. Grayscale: #5B5B5B. Windows color (decimal): -16159765 or 15428361. OLE color: 15428361.

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

Color convert

RGB 9 107 235 -
CMYK 0.96 0.54 0 0.08
HSL 213.98º 0.93% 0.48% -
HSV(B) 213.98º 0.96% 0.92% -
XYZ 20.37 16.57 80.72 -
YUV 92.29 208.53 68.59 -
System Red Green Blue C M Y K H S L
Decimal 9 107 235 0.96 0.54 0 0.08 213.98 0.93 0.48
Hex 9 6B EB 60 36 0 8 D6 5D 30
Octal 11 153 353 140 66 0 10 326 135 60
Binary 1001 1101011 11101011 1100000 110110 0 1000 11010110 1011101 110000

Color Harmonies of #096BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BEB

Black with #096BEB

Text Example


Text Example

White with #096BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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