Html Css Color HEX #080FAB New Midnight Blue

📋 copy color: '#080FAB'

red 8 ◦ green 15 ◦ blue 171

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

Shades of New Midnight Blue #080FAB

Tints of New Midnight Blue #080FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.73%

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

R = 4.12%
G = 7.73%
B = 88.14%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#080FAB (or 0x080FAB) is known color: New Midnight Blue. HEX triplet: 08, 0F and AB. RGB value is (8,15,171). Sum of RGB (Red+Green+Blue) = 8+15+171=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 171 (67.19% from 255 or 88.14% from 194); Max value from RGB is 171 - color contains mainly: blue. Hex color #080FAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080FAB is #F7F054. Grayscale: #1E1E1E. Windows color (decimal): -16248917 or 11210504. OLE color: 11210504.

HSL color Cylindrical-coordinate representation of color #080FAB: hue angle of 237.42º 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 #080FAB is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 15 171 -
CMYK 0.95 0.91 0 0.33
HSL 237.42º 0.91% 0.35% -
HSV(B) 237.42º 0.95% 0.67% -
XYZ 7.62 3.33 38.77 -
YUV 30.69 207.18 111.82 -
System Red Green Blue C M Y K H S L
Decimal 8 15 171 0.95 0.91 0 0.33 237.42 0.91 0.35
Hex 8 F AB 5F 5B 0 21 ED 5B 23
Octal 10 17 253 137 133 0 41 355 133 43
Binary 1000 1111 10101011 1011111 1011011 0 100001 11101101 1011011 100011

Color Harmonies of #080FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080FAB

Black with #080FAB

Text Example


Text Example

White with #080FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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