Html Css Color HEX #096AED Navy Blue

📋 copy color: '#096AED'

red 9 ◦ green 106 ◦ blue 237

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

Shades of Navy Blue #096AED

Tints of Navy Blue #096AED

RGB

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

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

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

R = 2.56%
G = 30.11%
B = 67.33%

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

#096AED (or 0x096AED) is known color: Navy Blue. HEX triplet: 09, 6A and ED. RGB value is (9,106,237). Sum of RGB (Red+Green+Blue) = 9+106+237=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #096AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096AED is #F69512. Grayscale: #5B5B5B. Windows color (decimal): -16160019 or 15559177. OLE color: 15559177.

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

Color convert

RGB 9 106 237 -
CMYK 0.96 0.55 0 0.07
HSL 214.47º 0.93% 0.48% -
HSV(B) 214.47º 0.96% 0.93% -
XYZ 20.55 16.48 82.22 -
YUV 91.93 209.86 68.85 -
System Red Green Blue C M Y K H S L
Decimal 9 106 237 0.96 0.55 0 0.07 214.47 0.93 0.48
Hex 9 6A ED 60 37 0 7 D6 5D 30
Octal 11 152 355 140 67 0 7 326 135 60
Binary 1001 1101010 11101101 1100000 110111 0 111 11010110 1011101 110000

Color Harmonies of #096AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AED

Black with #096AED

Text Example


Text Example

White with #096AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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