Html Css Color HEX #080BAB New Midnight Blue

📋 copy color: '#080BAB'

red 8 ◦ green 11 ◦ blue 171

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

Shades of New Midnight Blue #080BAB

Tints of New Midnight Blue #080BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.79%

 BLUE value IS 171 (67.19% from 255) = 90%

R = 4.21%
G = 5.79%
B = 90%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#080BAB (or 0x080BAB) is known color: New Midnight Blue. HEX triplet: 08, 0B and AB. RGB value is (8,11,171). Sum of RGB (Red+Green+Blue) = 8+11+171=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 171 (67.19% from 255 or 90% from 190); Max value from RGB is 171 - color contains mainly: blue. Hex color #080BAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080BAB is #F7F454. Grayscale: #1B1B1B. Windows color (decimal): -16249941 or 11209480. OLE color: 11209480.

HSL color Cylindrical-coordinate representation of color #080BAB: hue angle of 238.9º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080BAB is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 11 171 -
CMYK 0.95 0.94 0 0.33
HSL 238.9º 0.91% 0.35% -
HSV(B) 238.9º 0.95% 0.67% -
XYZ 7.57 3.23 38.75 -
YUV 28.34 208.51 113.49 -
System Red Green Blue C M Y K H S L
Decimal 8 11 171 0.95 0.94 0 0.33 238.9 0.91 0.35
Hex 8 B AB 5F 5E 0 21 EF 5B 23
Octal 10 13 253 137 136 0 41 357 133 43
Binary 1000 1011 10101011 1011111 1011110 0 100001 11101111 1011011 100011

Color Harmonies of #080BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080BAB

Black with #080BAB

Text Example


Text Example

White with #080BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,11,171); }

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

background-color css

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

 a { background-color: rgb(8,11,171); }

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

border-color css

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

 span { border-color: rgb(8,11,171); }

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