Html Css Color HEX #000152 Midnight Blue

📋 copy color: '#000152'

red 0 ◦ green 1 ◦ blue 82

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

Shades of Midnight Blue #000152

Tints of Midnight Blue #000152

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 1 (0.78% from 255) = 1.2%

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

R = 0%
G = 1.2%
B = 98.8%

CMYK

 C value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#000152 (or 0x000152) is known color: Midnight Blue. HEX triplet: 00, 01 and 52. RGB value is (0,1,82). Sum of RGB (Red+Green+Blue) = 0+1+82=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 82 (32.42% from 255 or 98.80% from 83); Max value from RGB is 82 - color contains mainly: blue. Hex color #000152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000152 is #FFFEAD. Grayscale: #090909. Windows color (decimal): -16776878 or 5374208. OLE color: 5374208.

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

Color convert

RGB 0 1 82 -
CMYK 1 0.99 0 0.68
HSL 239.27º 1% 0.16% -
HSV(B) 239.27º 1% 0.32% -
XYZ 1.53 0.63 8.02 -
YUV 9.94 168.67 120.91 -
System Red Green Blue C M Y K H S L
Decimal 0 1 82 1 0.99 0 0.68 239.27 1 0.16
Hex 0 1 52 64 63 0 44 EF 64 10
Octal 0 1 122 144 143 0 104 357 144 20
Binary 0 1 1010010 1100100 1100011 0 1000100 11101111 1100100 10000

Color Harmonies of #000152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000152

Black with #000152

Text Example


Text Example

White with #000152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000152; }

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

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

background-color css

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

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

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

border-color css

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

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

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