Html Css Color HEX #080251 Midnight Blue

📋 copy color: '#080251'

red 8 ◦ green 2 ◦ blue 81

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

Shades of Midnight Blue #080251

Tints of Midnight Blue #080251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 89.01%

R = 8.79%
G = 2.2%
B = 89.01%

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

#080251 (or 0x080251) is known color: Midnight Blue. HEX triplet: 08, 02 and 51. RGB value is (8,2,81). Sum of RGB (Red+Green+Blue) = 8+2+81=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 81 (32.03% from 255 or 89.01% from 91); Max value from RGB is 81 - color contains mainly: blue. Hex color #080251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080251 is #F7FDAE. Grayscale: #0C0C0C. Windows color (decimal): -16252335 or 5308936. OLE color: 5308936.

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

Color convert

RGB 8 2 81 -
CMYK 0.90 0.98 0 0.68
HSL 244.56º 0.95% 0.16% -
HSV(B) 244.56º 0.98% 0.32% -
XYZ 1.61 0.69 7.83 -
YUV 12.8 166.49 124.58 -
System Red Green Blue C M Y K H S L
Decimal 8 2 81 0.90 0.98 0 0.68 244.56 0.95 0.16
Hex 8 2 51 5A 62 0 44 F5 5F 10
Octal 10 2 121 132 142 0 104 365 137 20
Binary 1000 10 1010001 1011010 1100010 0 1000100 11110101 1011111 10000

Color Harmonies of #080251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080251

Black with #080251

Text Example


Text Example

White with #080251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080251; }

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

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

background-color css

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

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

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

border-color css

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

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

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