Html Css Color HEX #096AEB Navy Blue

📋 copy color: '#096AEB'

red 9 ◦ green 106 ◦ blue 235

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

Shades of Navy Blue #096AEB

Tints of Navy Blue #096AEB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.29%

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

R = 2.57%
G = 30.29%
B = 67.14%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#096AEB (or 0x096AEB) is known color: Navy Blue. HEX triplet: 09, 6A and EB. RGB value is (9,106,235). Sum of RGB (Red+Green+Blue) = 9+106+235=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 235 (92.19% from 255 or 67.14% from 350); Max value from RGB is 235 - color contains mainly: blue. Hex color #096AEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096AEB is #F69514. Grayscale: #5B5B5B. Windows color (decimal): -16160021 or 15428105. OLE color: 15428105.

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

Color convert

RGB 9 106 235 -
CMYK 0.96 0.55 0 0.08
HSL 214.25º 0.93% 0.48% -
HSV(B) 214.25º 0.96% 0.92% -
XYZ 20.26 16.36 80.69 -
YUV 91.7 208.86 69.01 -
System Red Green Blue C M Y K H S L
Decimal 9 106 235 0.96 0.55 0 0.08 214.25 0.93 0.48
Hex 9 6A EB 60 37 0 8 D6 5D 30
Octal 11 152 353 140 67 0 10 326 135 60
Binary 1001 1101010 11101011 1100000 110111 0 1000 11010110 1011101 110000

Color Harmonies of #096AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AEB

Black with #096AEB

Text Example


Text Example

White with #096AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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