Html Css Color HEX #096CDA Navy Blue

📋 copy color: '#096CDA'

red 9 ◦ green 108 ◦ blue 218

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

Shades of Navy Blue #096CDA

Tints of Navy Blue #096CDA

RGB

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

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

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

R = 2.69%
G = 32.24%
B = 65.07%

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

#096CDA (or 0x096CDA) is known color: Navy Blue. HEX triplet: 09, 6C and DA. RGB value is (9,108,218). Sum of RGB (Red+Green+Blue) = 9+108+218=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #096CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096CDA is #F69325. Grayscale: #5A5A5A. Windows color (decimal): -16159526 or 14314505. OLE color: 14314505.

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

Color convert

RGB 9 108 218 -
CMYK 0.96 0.50 0 0.15
HSL 211.58º 0.92% 0.45% -
HSV(B) 211.58º 0.96% 0.85% -
XYZ 18.13 15.85 68.43 -
YUV 90.94 199.7 69.56 -
System Red Green Blue C M Y K H S L
Decimal 9 108 218 0.96 0.50 0 0.15 211.58 0.92 0.45
Hex 9 6C DA 60 32 0 F D4 5C 2D
Octal 11 154 332 140 62 0 17 324 134 55
Binary 1001 1101100 11011010 1100000 110010 0 1111 11010100 1011100 101101

Color Harmonies of #096CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CDA

Black with #096CDA

Text Example


Text Example

White with #096CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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