Html Css Color HEX #085CCF Navy Blue

📋 copy color: '#085CCF'

red 8 ◦ green 92 ◦ blue 207

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

Shades of Navy Blue #085CCF

Tints of Navy Blue #085CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 67.43%

R = 2.61%
G = 29.97%
B = 67.43%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#085CCF (or 0x085CCF) is known color: Navy Blue. HEX triplet: 08, 5C and CF. RGB value is (8,92,207). Sum of RGB (Red+Green+Blue) = 8+92+207=307 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #085CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085CCF is #F7A330. Grayscale: #4F4F4F. Windows color (decimal): -16229169 or 13589512. OLE color: 13589512.

HSL color Cylindrical-coordinate representation of color #085CCF: hue angle of 214.67º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085CCF is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 92 207 -
CMYK 0.96 0.56 0 0.19
HSL 214.67º 0.93% 0.42% -
HSV(B) 214.67º 0.96% 0.81% -
XYZ 15.19 12.21 60.59 -
YUV 79.99 199.67 76.65 -
System Red Green Blue C M Y K H S L
Decimal 8 92 207 0.96 0.56 0 0.19 214.67 0.93 0.42
Hex 8 5C CF 60 38 0 13 D7 5D 2A
Octal 10 134 317 140 70 0 23 327 135 52
Binary 1000 1011100 11001111 1100000 111000 0 10011 11010111 1011101 101010

Color Harmonies of #085CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085CCF

Black with #085CCF

Text Example


Text Example

White with #085CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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