Html Css Color HEX #087BCC Navy Blue

📋 copy color: '#087BCC'

red 8 ◦ green 123 ◦ blue 204

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

Shades of Navy Blue #087BCC

Tints of Navy Blue #087BCC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.72%

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

R = 2.39%
G = 36.72%
B = 60.9%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#087BCC (or 0x087BCC) is known color: Navy Blue. HEX triplet: 08, 7B and CC. RGB value is (8,123,204). Sum of RGB (Red+Green+Blue) = 8+123+204=335 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.39% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #087BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087BCC is #F78433. Grayscale: #616161. Windows color (decimal): -16221236 or 13400840. OLE color: 13400840.

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

Color convert

RGB 8 123 204 -
CMYK 0.96 0.40 0 0.2
HSL 204.8º 0.92% 0.42% -
HSV(B) 204.8º 0.96% 0.8% -
XYZ 18.08 18.58 59.76 -
YUV 97.85 187.9 63.91 -
System Red Green Blue C M Y K H S L
Decimal 8 123 204 0.96 0.40 0 0.2 204.8 0.92 0.42
Hex 8 7B CC 60 28 0 14 CD 5C 2A
Octal 10 173 314 140 50 0 24 315 134 52
Binary 1000 1111011 11001100 1100000 101000 0 10100 11001101 1011100 101010

Color Harmonies of #087BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087BCC

Black with #087BCC

Text Example


Text Example

White with #087BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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