Html Css Color HEX #010252 Midnight Blue

📋 copy color: '#010252'

red 1 ◦ green 2 ◦ blue 82

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

Shades of Midnight Blue #010252

Tints of Midnight Blue #010252

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.35%

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

R = 1.18%
G = 2.35%
B = 96.47%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#010252 (or 0x010252) is known color: Midnight Blue. HEX triplet: 01, 02 and 52. RGB value is (1,2,82). Sum of RGB (Red+Green+Blue) = 1+2+82=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 82 (32.42% from 255 or 96.47% from 85); Max value from RGB is 82 - color contains mainly: blue. Hex color #010252 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010252 is #FEFDAD. Grayscale: #0A0A0A. Windows color (decimal): -16711086 or 5374465. OLE color: 5374465.

HSL color Cylindrical-coordinate representation of color #010252: hue angle of 239.26º 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 #010252 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 2 82 -
CMYK 0.99 0.98 0 0.68
HSL 239.26º 0.98% 0.16% -
HSV(B) 239.26º 0.99% 0.32% -
XYZ 1.56 0.66 8.03 -
YUV 10.82 168.17 121 -
System Red Green Blue C M Y K H S L
Decimal 1 2 82 0.99 0.98 0 0.68 239.26 0.98 0.16
Hex 1 2 52 63 62 0 44 EF 62 10
Octal 1 2 122 143 142 0 104 357 142 20
Binary 1 10 1010010 1100011 1100010 0 1000100 11101111 1100010 10000

Color Harmonies of #010252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010252

Black with #010252

Text Example


Text Example

White with #010252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010252; }

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

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

background-color css

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

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

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

border-color css

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

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

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