Html Css Color HEX #1415A0 Ultramarine

📋 copy color: '#1415A0'

red 20 ◦ green 21 ◦ blue 160

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

Shades of Ultramarine #1415A0

Tints of Ultramarine #1415A0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.45%

 BLUE value IS 160 (62.89% from 255) = 79.6%

R = 9.95%
G = 10.45%
B = 79.6%

CMYK

 C value IS 0.88

 M value IS 0.87

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1415A0 (or 0x1415A0) is known color: Ultramarine. HEX triplet: 14, 15 and A0. RGB value is (20,21,160). Sum of RGB (Red+Green+Blue) = 20+21+160=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 160 (62.89% from 255 or 79.60% from 201); Max value from RGB is 160 - color contains mainly: blue. Hex color #1415A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1415A0 is #EBEA5F. Grayscale: #232323. Windows color (decimal): -15460960 or 10491156. OLE color: 10491156.

HSL color Cylindrical-coordinate representation of color #1415A0: hue angle of 239.57º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1415A0 is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 20 21 160 -
CMYK 0.88 0.87 0 0.37
HSL 239.57º 0.78% 0.35% -
HSV(B) 239.57º 0.88% 0.63% -
XYZ 6.9 3.22 33.52 -
YUV 36.55 197.67 116.2 -
System Red Green Blue C M Y K H S L
Decimal 20 21 160 0.88 0.87 0 0.37 239.57 0.78 0.35
Hex 14 15 A0 58 57 0 25 F0 4E 23
Octal 24 25 240 130 127 0 45 360 116 43
Binary 10100 10101 10100000 1011000 1010111 0 100101 11110000 1001110 100011

Color Harmonies of #1415A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1415A0

Black with #1415A0

Text Example


Text Example

White with #1415A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1415A0; }

 p { color: rgb(20,21,160); }

 H1.HeaderClassName
 {
   color: #1415A0;
 }
 .AnyTagClassName
 {
   color: #1415A0;
 }
</style>

background-color css

<style>
 a { background-color: #1415A0; }

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

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

border-color css

<style>
 span { border-color: #1415A0; }

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

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