Html Css Color HEX #1013AF New Midnight Blue

📋 copy color: '#1013AF'

red 16 ◦ green 19 ◦ blue 175

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

Shades of New Midnight Blue #1013AF

Tints of New Midnight Blue #1013AF

RGB

 RED value IS 16 (6.64% from 255) = 7.62%

 GREEN value IS 19 (7.81% from 255) = 9.05%

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

R = 7.62%
G = 9.05%
B = 83.33%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1013AF (or 0x1013AF) is known color: New Midnight Blue. HEX triplet: 10, 13 and AF. RGB value is (16,19,175). Sum of RGB (Red+Green+Blue) = 16+19+175=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 175 (68.75% from 255 or 83.33% from 210); Max value from RGB is 175 - color contains mainly: blue. Hex color #1013AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1013AF is #EFEC50. Grayscale: #232323. Windows color (decimal): -15723601 or 11473680. OLE color: 11473680.

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

Color convert

RGB 16 19 175 -
CMYK 0.91 0.89 0 0.31
HSL 238.87º 0.83% 0.37% -
HSV(B) 238.87º 0.91% 0.69% -
XYZ 8.18 3.67 40.83 -
YUV 35.89 206.51 113.82 -
System Red Green Blue C M Y K H S L
Decimal 16 19 175 0.91 0.89 0 0.31 238.87 0.83 0.37
Hex 10 13 AF 5B 59 0 1F EF 53 25
Octal 20 23 257 133 131 0 37 357 123 45
Binary 10000 10011 10101111 1011011 1011001 0 11111 11101111 1010011 100101

Color Harmonies of #1013AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1013AF

Black with #1013AF

Text Example


Text Example

White with #1013AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,19,175); }

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

background-color css

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

 a { background-color: rgb(16,19,175); }

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

border-color css

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

 span { border-color: rgb(16,19,175); }

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