Html Css Color HEX #096EDE Navy Blue

📋 copy color: '#096EDE'

red 9 ◦ green 110 ◦ blue 222

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

Shades of Navy Blue #096EDE

Tints of Navy Blue #096EDE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.26%

 BLUE value IS 222 (87.11% from 255) = 65.1%

R = 2.64%
G = 32.26%
B = 65.1%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#096EDE (or 0x096EDE) is known color: Navy Blue. HEX triplet: 09, 6E and DE. RGB value is (9,110,222). Sum of RGB (Red+Green+Blue) = 9+110+222=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #096EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096EDE is #F69121. Grayscale: #5C5C5C. Windows color (decimal): -16159010 or 14577161. OLE color: 14577161.

HSL color Cylindrical-coordinate representation of color #096EDE: hue angle of 211.55º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096EDE is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 110 222 -
CMYK 0.96 0.50 0 0.13
HSL 211.55º 0.92% 0.45% -
HSV(B) 211.55º 0.96% 0.87% -
XYZ 18.87 16.48 71.29 -
YUV 92.57 201.04 68.39 -
System Red Green Blue C M Y K H S L
Decimal 9 110 222 0.96 0.50 0 0.13 211.55 0.92 0.45
Hex 9 6E DE 60 32 0 D D4 5C 2D
Octal 11 156 336 140 62 0 15 324 134 55
Binary 1001 1101110 11011110 1100000 110010 0 1101 11010100 1011100 101101

Color Harmonies of #096EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096EDE

Black with #096EDE

Text Example


Text Example

White with #096EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,110,222); }

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

background-color css

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

 a { background-color: rgb(9,110,222); }

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

border-color css

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

 span { border-color: rgb(9,110,222); }

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