Html Css Color HEX #080FAE New Midnight Blue

📋 copy color: '#080FAE'

red 8 ◦ green 15 ◦ blue 174

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

Shades of New Midnight Blue #080FAE

Tints of New Midnight Blue #080FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 88.32%

R = 4.06%
G = 7.61%
B = 88.32%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#080FAE (or 0x080FAE) is known color: New Midnight Blue. HEX triplet: 08, 0F and AE. RGB value is (8,15,174). Sum of RGB (Red+Green+Blue) = 8+15+174=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 174 (68.36% from 255 or 88.32% from 197); Max value from RGB is 174 - color contains mainly: blue. Hex color #080FAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080FAE is #F7F051. Grayscale: #1E1E1E. Windows color (decimal): -16248914 or 11407112. OLE color: 11407112.

HSL color Cylindrical-coordinate representation of color #080FAE: hue angle of 237.47º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080FAE is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 15 174 -
CMYK 0.95 0.91 0 0.32
HSL 237.47º 0.91% 0.36% -
HSV(B) 237.47º 0.95% 0.68% -
XYZ 7.91 3.45 40.29 -
YUV 31.03 208.68 111.57 -
System Red Green Blue C M Y K H S L
Decimal 8 15 174 0.95 0.91 0 0.32 237.47 0.91 0.36
Hex 8 F AE 5F 5B 0 20 ED 5B 24
Octal 10 17 256 137 133 0 40 355 133 44
Binary 1000 1111 10101110 1011111 1011011 0 100000 11101101 1011011 100100

Color Harmonies of #080FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080FAE

Black with #080FAE

Text Example


Text Example

White with #080FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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