Html Css Color HEX #080A4B Midnight Blue

📋 copy color: '#080A4B'

red 8 ◦ green 10 ◦ blue 75

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

Shades of Midnight Blue #080A4B

Tints of Midnight Blue #080A4B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.75%

 BLUE value IS 75 (29.69% from 255) = 80.65%

R = 8.6%
G = 10.75%
B = 80.65%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#080A4B (or 0x080A4B) is known color: Midnight Blue. HEX triplet: 08, 0A and 4B. RGB value is (8,10,75). Sum of RGB (Red+Green+Blue) = 8+10+75=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 10 (4.30% from 255 or 10.75% from 93); Blue value is 75 (29.69% from 255 or 80.65% from 93); Max value from RGB is 75 - color contains mainly: blue. Hex color #080A4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080A4B is #F7F5B4. Grayscale: #101010. Windows color (decimal): -16250293 or 4917768. OLE color: 4917768.

HSL color Cylindrical-coordinate representation of color #080A4B: hue angle of 238.21º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080A4B is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 10 75 -
CMYK 0.89 0.87 0 0.71
HSL 238.21º 0.81% 0.16% -
HSV(B) 238.21º 0.89% 0.29% -
XYZ 1.48 0.78 6.73 -
YUV 16.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 8 10 75 0.89 0.87 0 0.71 238.21 0.81 0.16
Hex 8 A 4B 59 57 0 47 EE 51 10
Octal 10 12 113 131 127 0 107 356 121 20
Binary 1000 1010 1001011 1011001 1010111 0 1000111 11101110 1010001 10000

Color Harmonies of #080A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A4B

Black with #080A4B

Text Example


Text Example

White with #080A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080A4B; }

 p { color: rgb(8,10,75); }

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

background-color css

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

 a { background-color: rgb(8,10,75); }

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

border-color css

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

 span { border-color: rgb(8,10,75); }

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