Html Css Color HEX #085CCD Navy Blue

📋 copy color: '#085CCD'

red 8 ◦ green 92 ◦ blue 205

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

Shades of Navy Blue #085CCD

Tints of Navy Blue #085CCD

RGB

 RED value IS 8 (3.52% from 255) = 2.62%

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

 BLUE value IS 205 (80.47% from 255) = 67.21%

R = 2.62%
G = 30.16%
B = 67.21%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#085CCD (or 0x085CCD) is known color: Navy Blue. HEX triplet: 08, 5C and CD. RGB value is (8,92,205). Sum of RGB (Red+Green+Blue) = 8+92+205=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #085CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085CCD is #F7A332. Grayscale: #4F4F4F. Windows color (decimal): -16229171 or 13458440. OLE color: 13458440.

HSL color Cylindrical-coordinate representation of color #085CCD: hue angle of 214.42º 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 #085CCD is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 92 205 -
CMYK 0.96 0.55 0 0.20
HSL 214.42º 0.92% 0.42% -
HSV(B) 214.42º 0.96% 0.8% -
XYZ 14.95 12.11 59.31 -
YUV 79.77 198.67 76.81 -
System Red Green Blue C M Y K H S L
Decimal 8 92 205 0.96 0.55 0 0.20 214.42 0.92 0.42
Hex 8 5C CD 60 37 0 14 D6 5C 2A
Octal 10 134 315 140 67 0 24 326 134 52
Binary 1000 1011100 11001101 1100000 110111 0 10100 11010110 1011100 101010

Color Harmonies of #085CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085CCD

Black with #085CCD

Text Example


Text Example

White with #085CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085CCD; }

 p { color: rgb(8,92,205); }

 H1.HeaderClassName
 {
   color: #085CCD;
 }
 .AnyTagClassName
 {
   color: #085CCD;
 }
</style>

background-color css

<style>
 a { background-color: #085CCD; }

 a { background-color: rgb(8,92,205); }

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

border-color css

<style>
 span { border-color: #085CCD; }

 span { border-color: rgb(8,92,205); }

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