#030852

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

Shades of Midnight Blue #030852

Tints of Midnight Blue #030852

Color information

#030852 (or 0x030852) is unknown color: approx Midnight Blue. HEX triplet: 03, 08 and 52. RGB value is (3,8,82). Sum of RGB (Red+Green+Blue) = 3+8+82=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 82 (32.42% from 255 or 88.17% from 93); Max value from RGB is 82 - color contains mainly: blue. Hex color #030852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030852 is #FCF7AD. Grayscale: #0E0E0E. Windows color (decimal): -16578478 or 5376003. OLE color: 5376003.

HSL color Cylindrical-coordinate representation of color #030852: hue angle of 236.2º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030852 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB3882-
CMYK0.960.9000.68
HSL236.2º92.94%16.67%-
HSV(B)236.2º96.34%32.16%-
XYZ1.650.88.05-
YUV14.94165.84119.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.23%
GREEN value IS 8 (3.52% from 255) = 8.60%
BLUE value IS 82 (32.42% from 255) = 88.17%
R=3.23%
G=8.60%
B=88.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal38820.960.9000.68236.292.9416.67
Hex3852605A044ec5d11
Octal310122140132010435413521
Binary1110001010010110000010110100100010011101100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030852; }

 p { color: rgb(3,8,82); }

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

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

 a { background-color: rgb(3,8,82); }

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

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

 span { border-color: rgb(3,8,82); }

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