Html Css Color HEX #080FAC New Midnight Blue

📋 copy color: '#080FAC'

red 8 ◦ green 15 ◦ blue 172

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

Shades of New Midnight Blue #080FAC

Tints of New Midnight Blue #080FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 88.21%

R = 4.1%
G = 7.69%
B = 88.21%

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

#080FAC (or 0x080FAC) is known color: New Midnight Blue. HEX triplet: 08, 0F and AC. RGB value is (8,15,172). Sum of RGB (Red+Green+Blue) = 8+15+172=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 172 (67.58% from 255 or 88.21% from 195); Max value from RGB is 172 - color contains mainly: blue. Hex color #080FAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080FAC is #F7F053. Grayscale: #1E1E1E. Windows color (decimal): -16248916 or 11276040. OLE color: 11276040.

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

Color convert

RGB 8 15 172 -
CMYK 0.95 0.91 0 0.33
HSL 237.44º 0.91% 0.35% -
HSV(B) 237.44º 0.95% 0.67% -
XYZ 7.72 3.37 39.27 -
YUV 30.81 207.68 111.73 -
System Red Green Blue C M Y K H S L
Decimal 8 15 172 0.95 0.91 0 0.33 237.44 0.91 0.35
Hex 8 F AC 5F 5B 0 21 ED 5B 23
Octal 10 17 254 137 133 0 41 355 133 43
Binary 1000 1111 10101100 1011111 1011011 0 100001 11101101 1011011 100011

Color Harmonies of #080FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080FAC

Black with #080FAC

Text Example


Text Example

White with #080FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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