Html Css Color HEX #1306AE New Midnight Blue

📋 copy color: '#1306AE'

red 19 ◦ green 6 ◦ blue 174

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

Shades of New Midnight Blue #1306AE

Tints of New Midnight Blue #1306AE

RGB

 RED value IS 19 (7.81% from 255) = 9.55%

 GREEN value IS 6 (2.73% from 255) = 3.02%

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

R = 9.55%
G = 3.02%
B = 87.44%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1306AE (or 0x1306AE) is known color: New Midnight Blue. HEX triplet: 13, 06 and AE. RGB value is (19,6,174). Sum of RGB (Red+Green+Blue) = 19+6+174=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 174 (68.36% from 255 or 87.44% from 199); Max value from RGB is 174 - color contains mainly: blue. Hex color #1306AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1306AE is #ECF951. Grayscale: #1C1C1C. Windows color (decimal): -15530322 or 11404819. OLE color: 11404819.

HSL color Cylindrical-coordinate representation of color #1306AE: hue angle of 244.64º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1306AE is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 6 174 -
CMYK 0.89 0.97 0 0.32
HSL 244.64º 0.93% 0.35% -
HSV(B) 244.64º 0.97% 0.68% -
XYZ 7.97 3.32 40.27 -
YUV 29.04 209.81 120.84 -
System Red Green Blue C M Y K H S L
Decimal 19 6 174 0.89 0.97 0 0.32 244.64 0.93 0.35
Hex 13 6 AE 59 61 0 20 F5 5D 23
Octal 23 6 256 131 141 0 40 365 135 43
Binary 10011 110 10101110 1011001 1100001 0 100000 11110101 1011101 100011

Color Harmonies of #1306AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1306AE

Black with #1306AE

Text Example


Text Example

White with #1306AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1306AE; }

 p { color: rgb(19,6,174); }

 H1.HeaderClassName
 {
   color: #1306AE;
 }
 .AnyTagClassName
 {
   color: #1306AE;
 }
</style>

background-color css

<style>
 a { background-color: #1306AE; }

 a { background-color: rgb(19,6,174); }

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

border-color css

<style>
 span { border-color: #1306AE; }

 span { border-color: rgb(19,6,174); }

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