Html Css Color HEX #080952 Midnight Blue

📋 copy color: '#080952'

red 8 ◦ green 9 ◦ blue 82

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

Shades of Midnight Blue #080952

Tints of Midnight Blue #080952

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.09%

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

R = 8.08%
G = 9.09%
B = 82.83%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#080952 (or 0x080952) is known color: Midnight Blue. HEX triplet: 08, 09 and 52. RGB value is (8,9,82). Sum of RGB (Red+Green+Blue) = 8+9+82=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 82 (32.42% from 255 or 82.83% from 99); Max value from RGB is 82 - color contains mainly: blue. Hex color #080952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080952 is #F7F6AD. Grayscale: #101010. Windows color (decimal): -16250542 or 5376264. OLE color: 5376264.

HSL color Cylindrical-coordinate representation of color #080952: hue angle of 239.19º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080952 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 9 82 -
CMYK 0.90 0.89 0 0.68
HSL 239.19º 0.82% 0.18% -
HSV(B) 239.19º 0.9% 0.32% -
XYZ 1.72 0.86 8.06 -
YUV 17.02 164.67 121.56 -
System Red Green Blue C M Y K H S L
Decimal 8 9 82 0.90 0.89 0 0.68 239.19 0.82 0.18
Hex 8 9 52 5A 59 0 44 EF 52 12
Octal 10 11 122 132 131 0 104 357 122 22
Binary 1000 1001 1010010 1011010 1011001 0 1000100 11101111 1010010 10010

Color Harmonies of #080952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080952

Black with #080952

Text Example


Text Example

White with #080952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080952; }

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

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

background-color css

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

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

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

border-color css

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

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

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