Html Css Color HEX #096BDC Navy Blue

📋 copy color: '#096BDC'

red 9 ◦ green 107 ◦ blue 220

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

Shades of Navy Blue #096BDC

Tints of Navy Blue #096BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 65.48%

R = 2.68%
G = 31.85%
B = 65.48%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#096BDC (or 0x096BDC) is known color: Navy Blue. HEX triplet: 09, 6B and DC. RGB value is (9,107,220). Sum of RGB (Red+Green+Blue) = 9+107+220=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #096BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096BDC is #F69423. Grayscale: #5A5A5A. Windows color (decimal): -16159780 or 14445321. OLE color: 14445321.

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

Color convert

RGB 9 107 220 -
CMYK 0.96 0.51 0 0.14
HSL 212.13º 0.92% 0.45% -
HSV(B) 212.13º 0.96% 0.86% -
XYZ 18.29 15.74 69.78 -
YUV 90.58 201.03 69.81 -
System Red Green Blue C M Y K H S L
Decimal 9 107 220 0.96 0.51 0 0.14 212.13 0.92 0.45
Hex 9 6B DC 60 33 0 E D4 5C 2D
Octal 11 153 334 140 63 0 16 324 134 55
Binary 1001 1101011 11011100 1100000 110011 0 1110 11010100 1011100 101101

Color Harmonies of #096BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BDC

Black with #096BDC

Text Example


Text Example

White with #096BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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