Html Css Color HEX #1405AF New Midnight Blue

📋 copy color: '#1405AF'

red 20 ◦ green 5 ◦ blue 175

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

Shades of New Midnight Blue #1405AF

Tints of New Midnight Blue #1405AF

RGB

 RED value IS 20 (8.2% from 255) = 10%

 GREEN value IS 5 (2.34% from 255) = 2.5%

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

R = 10%
G = 2.5%
B = 87.5%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1405AF (or 0x1405AF) is known color: New Midnight Blue. HEX triplet: 14, 05 and AF. RGB value is (20,5,175). Sum of RGB (Red+Green+Blue) = 20+5+175=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 175 (68.75% from 255 or 87.5% from 200); Max value from RGB is 175 - color contains mainly: blue. Hex color #1405AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1405AF is #EBFA50. Grayscale: #1C1C1C. Windows color (decimal): -15465041 or 11470100. OLE color: 11470100.

HSL color Cylindrical-coordinate representation of color #1405AF: hue angle of 245.29º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1405AF is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 5 175 -
CMYK 0.89 0.97 0 0.31
HSL 245.29º 0.94% 0.35% -
HSV(B) 245.29º 0.97% 0.69% -
XYZ 8.08 3.35 40.78 -
YUV 28.87 210.47 121.68 -
System Red Green Blue C M Y K H S L
Decimal 20 5 175 0.89 0.97 0 0.31 245.29 0.94 0.35
Hex 14 5 AF 59 61 0 1F F5 5E 23
Octal 24 5 257 131 141 0 37 365 136 43
Binary 10100 101 10101111 1011001 1100001 0 11111 11110101 1011110 100011

Color Harmonies of #1405AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1405AF

Black with #1405AF

Text Example


Text Example

White with #1405AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1405AF; }

 p { color: rgb(20,5,175); }

 H1.HeaderClassName
 {
   color: #1405AF;
 }
 .AnyTagClassName
 {
   color: #1405AF;
 }
</style>

background-color css

<style>
 a { background-color: #1405AF; }

 a { background-color: rgb(20,5,175); }

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

border-color css

<style>
 span { border-color: #1405AF; }

 span { border-color: rgb(20,5,175); }

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