Html Css Color HEX #010652 Midnight Blue

📋 copy color: '#010652'

red 1 ◦ green 6 ◦ blue 82

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

Shades of Midnight Blue #010652

Tints of Midnight Blue #010652

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.74%

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

R = 1.12%
G = 6.74%
B = 92.13%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#010652 (or 0x010652) is known color: Midnight Blue. HEX triplet: 01, 06 and 52. RGB value is (1,6,82). Sum of RGB (Red+Green+Blue) = 1+6+82=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 6 (2.73% from 255 or 6.74% from 89); Blue value is 82 (32.42% from 255 or 92.13% from 89); Max value from RGB is 82 - color contains mainly: blue. Hex color #010652 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010652 is #FEF9AD. Grayscale: #0C0C0C. Windows color (decimal): -16710062 or 5375489. OLE color: 5375489.

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

Color convert

RGB 1 6 82 -
CMYK 0.99 0.93 0 0.68
HSL 236.3º 0.98% 0.16% -
HSV(B) 236.3º 0.99% 0.32% -
XYZ 1.6 0.75 8.04 -
YUV 13.17 166.84 119.32 -
System Red Green Blue C M Y K H S L
Decimal 1 6 82 0.99 0.93 0 0.68 236.3 0.98 0.16
Hex 1 6 52 63 5D 0 44 EC 62 10
Octal 1 6 122 143 135 0 104 354 142 20
Binary 1 110 1010010 1100011 1011101 0 1000100 11101100 1100010 10000

Color Harmonies of #010652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010652

Black with #010652

Text Example


Text Example

White with #010652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010652; }

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

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

background-color css

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

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

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

border-color css

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

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

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