#0881C7

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

Shades of Navy Blue #0881C7

Tints of Navy Blue #0881C7

Color information

#0881C7 (or 0x0881C7) is unknown color: approx Navy Blue. HEX triplet: 08, 81 and C7. RGB value is (8,129,199). Sum of RGB (Red+Green+Blue) = 8+129+199=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 199 (78.12% from 255 or 59.23% from 336); Max value from RGB is 199 - color contains mainly: blue. Hex color #0881C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0881C7 is #F77E38. Grayscale: #646464. Windows color (decimal): -16219705 or 13074696. OLE color: 13074696.

HSL color Cylindrical-coordinate representation of color #0881C7: hue angle of 201.99º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0881C7 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8129199-
CMYK0.960.3500.22
HSL201.99º92.27%40.59%-
HSV(B)201.99º95.98%78.04%-
XYZ18.2619.8856.91-
YUV100.8183.4161.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.38%
GREEN value IS 129 (50.78% from 255) = 38.39%
BLUE value IS 199 (78.12% from 255) = 59.23%
R=2.38%
G=38.39%
B=59.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal81291990.960.3500.22201.9992.2740.59
Hex881C76023016ca5c29
Octal102013071404302631213451
Binary100010000001110001111100000100011010110110010101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0881C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0881C7; }

 p { color: rgb(8,129,199); }

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

<style>
 a { background-color: #0881C7; }

 a { background-color: rgb(8,129,199); }

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

<style>
 span { border-color: #0881C7; }

 span { border-color: rgb(8,129,199); }

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