Html Css Color HEX #095CDC Navy Blue

📋 copy color: '#095CDC'

red 9 ◦ green 92 ◦ blue 220

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

Shades of Navy Blue #095CDC

Tints of Navy Blue #095CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.66%

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

R = 2.8%
G = 28.66%
B = 68.54%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#095CDC (or 0x095CDC) is known color: Navy Blue. HEX triplet: 09, 5C and DC. RGB value is (9,92,220). Sum of RGB (Red+Green+Blue) = 9+92+220=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #095CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095CDC is #F6A323. Grayscale: #515151. Windows color (decimal): -16163620 or 14441481. OLE color: 14441481.

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

Color convert

RGB 9 92 220 -
CMYK 0.96 0.58 0 0.14
HSL 216.4º 0.92% 0.45% -
HSV(B) 216.4º 0.96% 0.86% -
XYZ 16.86 12.88 69.31 -
YUV 81.78 206 76.09 -
System Red Green Blue C M Y K H S L
Decimal 9 92 220 0.96 0.58 0 0.14 216.4 0.92 0.45
Hex 9 5C DC 60 3A 0 E D8 5C 2D
Octal 11 134 334 140 72 0 16 330 134 55
Binary 1001 1011100 11011100 1100000 111010 0 1110 11011000 1011100 101101

Color Harmonies of #095CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095CDC

Black with #095CDC

Text Example


Text Example

White with #095CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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