Html Css Color HEX #1414AE Ultramarine

📋 copy color: '#1414AE'

red 20 ◦ green 20 ◦ blue 174

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

Shades of Ultramarine #1414AE

Tints of Ultramarine #1414AE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.35%

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

R = 9.35%
G = 9.35%
B = 81.31%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1414AE (or 0x1414AE) is known color: Ultramarine. HEX triplet: 14, 14 and AE. RGB value is (20,20,174). Sum of RGB (Red+Green+Blue) = 20+20+174=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 174 (68.36% from 255 or 81.31% from 214); Max value from RGB is 174 - color contains mainly: blue. Hex color #1414AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1414AE is #EBEB51. Grayscale: #242424. Windows color (decimal): -15461202 or 11408404. OLE color: 11408404.

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

Color convert

RGB 20 20 174 -
CMYK 0.89 0.89 0 0.32
HSL 240º 0.79% 0.38% -
HSV(B) 240º 0.89% 0.68% -
XYZ 8.18 3.71 40.33 -
YUV 37.56 205 115.48 -
System Red Green Blue C M Y K H S L
Decimal 20 20 174 0.89 0.89 0 0.32 240 0.79 0.38
Hex 14 14 AE 59 59 0 20 F0 4F 26
Octal 24 24 256 131 131 0 40 360 117 46
Binary 10100 10100 10101110 1011001 1011001 0 100000 11110000 1001111 100110

Color Harmonies of #1414AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1414AE

Black with #1414AE

Text Example


Text Example

White with #1414AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,20,174); }

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

background-color css

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

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

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

border-color css

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

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

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