Html Css Color HEX #096BDA Navy Blue

📋 copy color: '#096BDA'

red 9 ◦ green 107 ◦ blue 218

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

Shades of Navy Blue #096BDA

Tints of Navy Blue #096BDA

RGB

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

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

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

R = 2.69%
G = 32.04%
B = 65.27%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#096BDA (or 0x096BDA) is known color: Navy Blue. HEX triplet: 09, 6B and DA. RGB value is (9,107,218). Sum of RGB (Red+Green+Blue) = 9+107+218=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #096BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096BDA is #F69425. Grayscale: #595959. Windows color (decimal): -16159782 or 14314249. OLE color: 14314249.

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

Color convert

RGB 9 107 218 -
CMYK 0.96 0.51 0 0.15
HSL 211.87º 0.92% 0.45% -
HSV(B) 211.87º 0.96% 0.85% -
XYZ 18.03 15.64 68.4 -
YUV 90.35 200.03 69.97 -
System Red Green Blue C M Y K H S L
Decimal 9 107 218 0.96 0.51 0 0.15 211.87 0.92 0.45
Hex 9 6B DA 60 33 0 F D4 5C 2D
Octal 11 153 332 140 63 0 17 324 134 55
Binary 1001 1101011 11011010 1100000 110011 0 1111 11010100 1011100 101101

Color Harmonies of #096BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BDA

Black with #096BDA

Text Example


Text Example

White with #096BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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