Html Css Color HEX #095DCC Navy Blue

📋 copy color: '#095DCC'

red 9 ◦ green 93 ◦ blue 204

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

Shades of Navy Blue #095DCC

Tints of Navy Blue #095DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.39%

 BLUE value IS 204 (80.08% from 255) = 66.67%

R = 2.94%
G = 30.39%
B = 66.67%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#095DCC (or 0x095DCC) is known color: Navy Blue. HEX triplet: 09, 5D and CC. RGB value is (9,93,204). Sum of RGB (Red+Green+Blue) = 9+93+204=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #095DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095DCC is #F6A233. Grayscale: #505050. Windows color (decimal): -16163380 or 13393161. OLE color: 13393161.

HSL color Cylindrical-coordinate representation of color #095DCC: hue angle of 214.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095DCC is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 9 93 204 -
CMYK 0.96 0.54 0 0.2
HSL 214.15º 0.92% 0.42% -
HSV(B) 214.15º 0.96% 0.8% -
XYZ 14.93 12.25 58.7 -
YUV 80.54 197.67 76.97 -
System Red Green Blue C M Y K H S L
Decimal 9 93 204 0.96 0.54 0 0.2 214.15 0.92 0.42
Hex 9 5D CC 60 36 0 14 D6 5C 2A
Octal 11 135 314 140 66 0 24 326 134 52
Binary 1001 1011101 11001100 1100000 110110 0 10100 11010110 1011100 101010

Color Harmonies of #095DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095DCC

Black with #095DCC

Text Example


Text Example

White with #095DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095DCC; }

 p { color: rgb(9,93,204); }

 H1.HeaderClassName
 {
   color: #095DCC;
 }
 .AnyTagClassName
 {
   color: #095DCC;
 }
</style>

background-color css

<style>
 a { background-color: #095DCC; }

 a { background-color: rgb(9,93,204); }

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

border-color css

<style>
 span { border-color: #095DCC; }

 span { border-color: rgb(9,93,204); }

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