Html Css Color HEX #080FAF New Midnight Blue

📋 copy color: '#080FAF'

red 8 ◦ green 15 ◦ blue 175

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

Shades of New Midnight Blue #080FAF

Tints of New Midnight Blue #080FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 88.38%

R = 4.04%
G = 7.58%
B = 88.38%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#080FAF (or 0x080FAF) is known color: New Midnight Blue. HEX triplet: 08, 0F and AF. RGB value is (8,15,175). Sum of RGB (Red+Green+Blue) = 8+15+175=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 175 (68.75% from 255 or 88.38% from 198); Max value from RGB is 175 - color contains mainly: blue. Hex color #080FAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080FAF is #F7F050. Grayscale: #1E1E1E. Windows color (decimal): -16248913 or 11472648. OLE color: 11472648.

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

Color convert

RGB 8 15 175 -
CMYK 0.95 0.91 0 0.31
HSL 237.49º 0.91% 0.36% -
HSV(B) 237.49º 0.95% 0.69% -
XYZ 8.01 3.49 40.81 -
YUV 31.15 209.18 111.49 -
System Red Green Blue C M Y K H S L
Decimal 8 15 175 0.95 0.91 0 0.31 237.49 0.91 0.36
Hex 8 F AF 5F 5B 0 1F ED 5B 24
Octal 10 17 257 137 133 0 37 355 133 44
Binary 1000 1111 10101111 1011111 1011011 0 11111 11101101 1011011 100100

Color Harmonies of #080FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080FAF

Black with #080FAF

Text Example


Text Example

White with #080FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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