Html Css Color HEX #080252 Midnight Blue

📋 copy color: '#080252'

red 8 ◦ green 2 ◦ blue 82

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

Shades of Midnight Blue #080252

Tints of Midnight Blue #080252

RGB

 RED value IS 8 (3.52% from 255) = 8.7%

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

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

R = 8.7%
G = 2.17%
B = 89.13%

CMYK

 C value IS 0.90

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#080252 (or 0x080252) is known color: Midnight Blue. HEX triplet: 08, 02 and 52. RGB value is (8,2,82). Sum of RGB (Red+Green+Blue) = 8+2+82=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 82 (32.42% from 255 or 89.13% from 92); Max value from RGB is 82 - color contains mainly: blue. Hex color #080252 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080252 is #F7FDAD. Grayscale: #0C0C0C. Windows color (decimal): -16252334 or 5374472. OLE color: 5374472.

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

Color convert

RGB 8 2 82 -
CMYK 0.90 0.98 0 0.68
HSL 244.5º 0.95% 0.16% -
HSV(B) 244.5º 0.98% 0.32% -
XYZ 1.64 0.7 8.03 -
YUV 12.91 166.99 124.5 -
System Red Green Blue C M Y K H S L
Decimal 8 2 82 0.90 0.98 0 0.68 244.5 0.95 0.16
Hex 8 2 52 5A 62 0 44 F4 5F 10
Octal 10 2 122 132 142 0 104 364 137 20
Binary 1000 10 1010010 1011010 1100010 0 1000100 11110100 1011111 10000

Color Harmonies of #080252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080252

Black with #080252

Text Example


Text Example

White with #080252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080252; }

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

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

background-color css

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

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

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

border-color css

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

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

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