#080CB4

Color #080CB4 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #080CB4

Tints of New Midnight Blue #080CB4

Color information

#080CB4 (or 0x080CB4) is unknown color: approx New Midnight Blue. HEX triplet: 08, 0C and B4. RGB value is (8,12,180). Sum of RGB (Red+Green+Blue) = 8+12+180=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 180 (70.70% from 255 or 90% from 200); Max value from RGB is 180 - color contains mainly: blue. Hex color #080CB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080CB4 is #F7F34B. Grayscale: #1D1D1D. Windows color (decimal): -16249676 or 11799560. OLE color: 11799560.

HSL color Cylindrical-coordinate representation of color #080CB4: hue angle of 238.6º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080CB4 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB812180-
CMYK0.960.9300.29
HSL238.6º91.49%36.86%-
HSV(B)238.6º95.56%70.59%-
XYZ8.473.6143.43-
YUV29.96212.67112.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4%
GREEN value IS 12 (5.08% from 255) = 6%
BLUE value IS 180 (70.70% from 255) = 90%
R=4%
G=6%
B=90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal8121800.960.9300.29238.691.4936.86
Hex8CB4605D01Def5b25
Octal101426414013503535713345
Binary100011001011010011000001011101011101111011111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080CB4; }

 p { color: rgb(8,12,180); }

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

<style>
 a { background-color: #080CB4; }

 a { background-color: rgb(8,12,180); }

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

<style>
 span { border-color: #080CB4; }

 span { border-color: rgb(8,12,180); }

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