#0872C1

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

Shades of Navy Blue #0872C1

Tints of Navy Blue #0872C1

Color information

#0872C1 (or 0x0872C1) is unknown color: approx Navy Blue. HEX triplet: 08, 72 and C1. RGB value is (8,114,193). Sum of RGB (Red+Green+Blue) = 8+114+193=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 193 (75.78% from 255 or 61.27% from 315); Max value from RGB is 193 - color contains mainly: blue. Hex color #0872C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0872C1 is #F78D3E. Grayscale: #5A5A5A. Windows color (decimal): -16223551 or 12677640. OLE color: 12677640.

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

Color convert

RGB8114193-
CMYK0.960.4100.24
HSL205.62º92.04%39.41%-
HSV(B)205.62º95.85%75.69%-
XYZ15.7415.9452.7-
YUV91.31185.3868.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.54%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 193 (75.78% from 255) = 61.27%
R=2.54%
G=36.19%
B=61.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81141930.960.4100.24205.6292.0439.41
Hex872C16029018ce5c27
Octal101623011405103031613447
Binary10001110010110000011100000101001011000110011101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0872C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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