Html Css Color HEX #096CDC Navy Blue

📋 copy color: '#096CDC'

red 9 ◦ green 108 ◦ blue 220

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

Shades of Navy Blue #096CDC

Tints of Navy Blue #096CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.05%

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

R = 2.67%
G = 32.05%
B = 65.28%

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

#096CDC (or 0x096CDC) is known color: Navy Blue. HEX triplet: 09, 6C and DC. RGB value is (9,108,220). Sum of RGB (Red+Green+Blue) = 9+108+220=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #096CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096CDC is #F69323. Grayscale: #5A5A5A. Windows color (decimal): -16159524 or 14445577. OLE color: 14445577.

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

Color convert

RGB 9 108 220 -
CMYK 0.96 0.51 0 0.14
HSL 211.85º 0.92% 0.45% -
HSV(B) 211.85º 0.96% 0.86% -
XYZ 18.39 15.95 69.82 -
YUV 91.17 200.7 69.39 -
System Red Green Blue C M Y K H S L
Decimal 9 108 220 0.96 0.51 0 0.14 211.85 0.92 0.45
Hex 9 6C DC 60 33 0 E D4 5C 2D
Octal 11 154 334 140 63 0 16 324 134 55
Binary 1001 1101100 11011100 1100000 110011 0 1110 11010100 1011100 101101

Color Harmonies of #096CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CDC

Black with #096CDC

Text Example


Text Example

White with #096CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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