#0872BC

Color #0872BC Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0872BC

Tints of Navy Blue #0872BC

Color information

#0872BC (or 0x0872BC) is unknown color: approx Navy Blue. HEX triplet: 08, 72 and BC. RGB value is (8,114,188). Sum of RGB (Red+Green+Blue) = 8+114+188=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #0872BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0872BC is #F78D43. Grayscale: #5A5A5A. Windows color (decimal): -16223556 or 12349960. OLE color: 12349960.

HSL color Cylindrical-coordinate representation of color #0872BC: hue angle of 204.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0872BC is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8114188-
CMYK0.960.3900.26
HSL204.67º91.84%38.43%-
HSV(B)204.67º95.74%73.73%-
XYZ15.1915.7249.81-
YUV90.74182.8868.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.58%
GREEN value IS 114 (44.92% from 255) = 36.77%
BLUE value IS 188 (73.83% from 255) = 60.65%
R=2.58%
G=36.77%
B=60.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81141880.960.3900.26204.6791.8438.43
Hex872BC602701Acd5c26
Octal101622741404703231513446
Binary10001110010101111001100000100111011010110011011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0872BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0872BC; }

 p { color: rgb(8,114,188); }

 H1.HeaderClassName
 {
   color: #0872BC;
 }
 .AnyTagClassName
 {
   color: #0872BC;
 }
</style>
background-color css

<style>
 a { background-color: #0872BC; }

 a { background-color: rgb(8,114,188); }

 div.DivClassName
 {
   background-color: #0872BC;
 }
 .BgClassName
 {
   background-color: #0872BC;
 }
</style>
border-color css

<style>
 span { border-color: #0872BC; }

 span { border-color: rgb(8,114,188); }

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