Html Css Color HEX #096EDA Navy Blue

📋 copy color: '#096EDA'

red 9 ◦ green 110 ◦ blue 218

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

Shades of Navy Blue #096EDA

Tints of Navy Blue #096EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 64.69%

R = 2.67%
G = 32.64%
B = 64.69%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#096EDA (or 0x096EDA) is known color: Navy Blue. HEX triplet: 09, 6E and DA. RGB value is (9,110,218). Sum of RGB (Red+Green+Blue) = 9+110+218=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #096EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096EDA is #F69125. Grayscale: #5B5B5B. Windows color (decimal): -16159014 or 14315017. OLE color: 14315017.

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

Color convert

RGB 9 110 218 -
CMYK 0.96 0.50 0 0.15
HSL 211º 0.92% 0.45% -
HSV(B) 211º 0.96% 0.85% -
XYZ 18.34 16.27 68.5 -
YUV 92.11 199.04 68.72 -
System Red Green Blue C M Y K H S L
Decimal 9 110 218 0.96 0.50 0 0.15 211 0.92 0.45
Hex 9 6E DA 60 32 0 F D3 5C 2D
Octal 11 156 332 140 62 0 17 323 134 55
Binary 1001 1101110 11011010 1100000 110010 0 1111 11010011 1011100 101101

Color Harmonies of #096EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096EDA

Black with #096EDA

Text Example


Text Example

White with #096EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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