Html Css Color HEX #085FCA Navy Blue

📋 copy color: '#085FCA'

red 8 ◦ green 95 ◦ blue 202

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

Shades of Navy Blue #085FCA

Tints of Navy Blue #085FCA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.15%

 BLUE value IS 202 (79.3% from 255) = 66.23%

R = 2.62%
G = 31.15%
B = 66.23%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#085FCA (or 0x085FCA) is known color: Navy Blue. HEX triplet: 08, 5F and CA. RGB value is (8,95,202). Sum of RGB (Red+Green+Blue) = 8+95+202=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #085FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085FCA is #F7A035. Grayscale: #505050. Windows color (decimal): -16228406 or 13262600. OLE color: 13262600.

HSL color Cylindrical-coordinate representation of color #085FCA: hue angle of 213.09º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085FCA is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 8 95 202 -
CMYK 0.96 0.53 0 0.21
HSL 213.09º 0.92% 0.41% -
HSV(B) 213.09º 0.96% 0.79% -
XYZ 14.85 12.5 57.51 -
YUV 81.19 196.18 75.8 -
System Red Green Blue C M Y K H S L
Decimal 8 95 202 0.96 0.53 0 0.21 213.09 0.92 0.41
Hex 8 5F CA 60 35 0 15 D5 5C 29
Octal 10 137 312 140 65 0 25 325 134 51
Binary 1000 1011111 11001010 1100000 110101 0 10101 11010101 1011100 101001

Color Harmonies of #085FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085FCA

Black with #085FCA

Text Example


Text Example

White with #085FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,95,202); }

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

background-color css

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

 a { background-color: rgb(8,95,202); }

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

border-color css

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

 span { border-color: rgb(8,95,202); }

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