Html Css Color HEX #096AC3 Navy Blue

📋 copy color: '#096AC3'

red 9 ◦ green 106 ◦ blue 195

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

Shades of Navy Blue #096AC3

Tints of Navy Blue #096AC3

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.19%

 BLUE value IS 195 (76.56% from 255) = 62.9%

R = 2.9%
G = 34.19%
B = 62.9%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#096AC3 (or 0x096AC3) is known color: Navy Blue. HEX triplet: 09, 6A and C3. RGB value is (9,106,195). Sum of RGB (Red+Green+Blue) = 9+106+195=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 195 (76.56% from 255 or 62.90% from 310); Max value from RGB is 195 - color contains mainly: blue. Hex color #096AC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096AC3 is #F6953C. Grayscale: #565656. Windows color (decimal): -16160061 or 12806665. OLE color: 12806665.

HSL color Cylindrical-coordinate representation of color #096AC3: hue angle of 208.71º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096AC3 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 9 106 195 -
CMYK 0.95 0.46 0 0.24
HSL 208.71º 0.91% 0.4% -
HSV(B) 208.71º 0.95% 0.76% -
XYZ 15.12 14.31 53.59 -
YUV 87.14 188.86 72.26 -
System Red Green Blue C M Y K H S L
Decimal 9 106 195 0.95 0.46 0 0.24 208.71 0.91 0.4
Hex 9 6A C3 5F 2E 0 18 D1 5B 28
Octal 11 152 303 137 56 0 30 321 133 50
Binary 1001 1101010 11000011 1011111 101110 0 11000 11010001 1011011 101000

Color Harmonies of #096AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AC3

Black with #096AC3

Text Example


Text Example

White with #096AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,106,195); }

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

background-color css

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

 a { background-color: rgb(9,106,195); }

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

border-color css

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

 span { border-color: rgb(9,106,195); }

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