Html Css Color HEX #080FAA New Midnight Blue

📋 copy color: '#080FAA'

red 8 ◦ green 15 ◦ blue 170

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

Shades of New Midnight Blue #080FAA

Tints of New Midnight Blue #080FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 88.08%

R = 4.15%
G = 7.77%
B = 88.08%

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

#080FAA (or 0x080FAA) is known color: New Midnight Blue. HEX triplet: 08, 0F and AA. RGB value is (8,15,170). Sum of RGB (Red+Green+Blue) = 8+15+170=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 170 (66.80% from 255 or 88.08% from 193); Max value from RGB is 170 - color contains mainly: blue. Hex color #080FAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080FAA is #F7F055. Grayscale: #1D1D1D. Windows color (decimal): -16248918 or 11144968. OLE color: 11144968.

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

Color convert

RGB 8 15 170 -
CMYK 0.95 0.91 0 0.33
HSL 237.41º 0.91% 0.35% -
HSV(B) 237.41º 0.95% 0.67% -
XYZ 7.53 3.3 38.27 -
YUV 30.58 206.68 111.9 -
System Red Green Blue C M Y K H S L
Decimal 8 15 170 0.95 0.91 0 0.33 237.41 0.91 0.35
Hex 8 F AA 5F 5B 0 21 ED 5B 23
Octal 10 17 252 137 133 0 41 355 133 43
Binary 1000 1111 10101010 1011111 1011011 0 100001 11101101 1011011 100011

Color Harmonies of #080FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080FAA

Black with #080FAA

Text Example


Text Example

White with #080FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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