Html Css Color HEX #087DCC Navy Blue

📋 copy color: '#087DCC'

red 8 ◦ green 125 ◦ blue 204

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

Shades of Navy Blue #087DCC

Tints of Navy Blue #087DCC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.09%

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

R = 2.37%
G = 37.09%
B = 60.53%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#087DCC (or 0x087DCC) is known color: Navy Blue. HEX triplet: 08, 7D and CC. RGB value is (8,125,204). Sum of RGB (Red+Green+Blue) = 8+125+204=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #087DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087DCC is #F78233. Grayscale: #626262. Windows color (decimal): -16220724 or 13401352. OLE color: 13401352.

HSL color Cylindrical-coordinate representation of color #087DCC: hue angle of 204.18º 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 #087DCC is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 8 125 204 -
CMYK 0.96 0.39 0 0.2
HSL 204.18º 0.92% 0.42% -
HSV(B) 204.18º 0.96% 0.8% -
XYZ 18.33 19.08 59.84 -
YUV 99.02 187.24 63.08 -
System Red Green Blue C M Y K H S L
Decimal 8 125 204 0.96 0.39 0 0.2 204.18 0.92 0.42
Hex 8 7D CC 60 27 0 14 CC 5C 2A
Octal 10 175 314 140 47 0 24 314 134 52
Binary 1000 1111101 11001100 1100000 100111 0 10100 11001100 1011100 101010

Color Harmonies of #087DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087DCC

Black with #087DCC

Text Example


Text Example

White with #087DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,125,204); }

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

background-color css

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

 a { background-color: rgb(8,125,204); }

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

border-color css

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

 span { border-color: rgb(8,125,204); }

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