Html Css Color HEX #096CDF Navy Blue

📋 copy color: '#096CDF'

red 9 ◦ green 108 ◦ blue 223

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

Shades of Navy Blue #096CDF

Tints of Navy Blue #096CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.59%

R = 2.65%
G = 31.76%
B = 65.59%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#096CDF (or 0x096CDF) is known color: Navy Blue. HEX triplet: 09, 6C and DF. RGB value is (9,108,223). Sum of RGB (Red+Green+Blue) = 9+108+223=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #096CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096CDF is #F69320. Grayscale: #5A5A5A. Windows color (decimal): -16159521 or 14642185. OLE color: 14642185.

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

Color convert

RGB 9 108 223 -
CMYK 0.96 0.52 0 0.13
HSL 212.24º 0.92% 0.45% -
HSV(B) 212.24º 0.96% 0.87% -
XYZ 18.79 16.11 71.93 -
YUV 91.51 202.2 69.15 -
System Red Green Blue C M Y K H S L
Decimal 9 108 223 0.96 0.52 0 0.13 212.24 0.92 0.45
Hex 9 6C DF 60 34 0 D D4 5C 2D
Octal 11 154 337 140 64 0 15 324 134 55
Binary 1001 1101100 11011111 1100000 110100 0 1101 11010100 1011100 101101

Color Harmonies of #096CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CDF

Black with #096CDF

Text Example


Text Example

White with #096CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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