Html Css Color HEX #010452 Midnight Blue

📋 copy color: '#010452'

red 1 ◦ green 4 ◦ blue 82

#010452
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #010452

Tints of Midnight Blue #010452

RGB

 RED value IS 1 (0.78% from 255) = 1.15%

 GREEN value IS 4 (1.95% from 255) = 4.6%

 BLUE value IS 82 (32.42% from 255) = 94.25%

R = 1.15%
G = 4.6%
B = 94.25%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#010452 (or 0x010452) is known color: Midnight Blue. HEX triplet: 01, 04 and 52. RGB value is (1,4,82). Sum of RGB (Red+Green+Blue) = 1+4+82=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 82 (32.42% from 255 or 94.25% from 87); Max value from RGB is 82 - color contains mainly: blue. Hex color #010452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010452 is #FEFBAD. Grayscale: #0B0B0B. Windows color (decimal): -16710574 or 5374977. OLE color: 5374977.

HSL color Cylindrical-coordinate representation of color #010452: hue angle of 237.78º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010452 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 4 82 -
CMYK 0.99 0.95 0 0.68
HSL 237.78º 0.98% 0.16% -
HSV(B) 237.78º 0.99% 0.32% -
XYZ 1.58 0.7 8.04 -
YUV 12 167.51 120.16 -
System Red Green Blue C M Y K H S L
Decimal 1 4 82 0.99 0.95 0 0.68 237.78 0.98 0.16
Hex 1 4 52 63 5F 0 44 EE 62 10
Octal 1 4 122 143 137 0 104 356 142 20
Binary 1 100 1010010 1100011 1011111 0 1000100 11101110 1100010 10000

Color Harmonies of #010452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010452

Black with #010452

Text Example


Text Example

White with #010452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010452; }

 p { color: rgb(1,4,82); }

 H1.HeaderClassName
 {
   color: #010452;
 }
 .AnyTagClassName
 {
   color: #010452;
 }
</style>

background-color css

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

 a { background-color: rgb(1,4,82); }

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

border-color css

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

 span { border-color: rgb(1,4,82); }

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