Html Css Color HEX #1318A0 Ultramarine

📋 copy color: '#1318A0'

red 19 ◦ green 24 ◦ blue 160

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

Shades of Ultramarine #1318A0

Tints of Ultramarine #1318A0

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.82%

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

R = 9.36%
G = 11.82%
B = 78.82%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1318A0 (or 0x1318A0) is known color: Ultramarine. HEX triplet: 13, 18 and A0. RGB value is (19,24,160). Sum of RGB (Red+Green+Blue) = 19+24+160=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 160 (62.89% from 255 or 78.82% from 203); Max value from RGB is 160 - color contains mainly: blue. Hex color #1318A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1318A0 is #ECE75F. Grayscale: #252525. Windows color (decimal): -15525728 or 10491923. OLE color: 10491923.

HSL color Cylindrical-coordinate representation of color #1318A0: hue angle of 237.87º degrees, saturation: 0.79, 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 #1318A0 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 19 24 160 -
CMYK 0.88 0.85 0 0.37
HSL 237.87º 0.79% 0.35% -
HSV(B) 237.87º 0.88% 0.63% -
XYZ 6.94 3.33 33.53 -
YUV 38.01 196.84 114.44 -
System Red Green Blue C M Y K H S L
Decimal 19 24 160 0.88 0.85 0 0.37 237.87 0.79 0.35
Hex 13 18 A0 58 55 0 25 EE 4F 23
Octal 23 30 240 130 125 0 45 356 117 43
Binary 10011 11000 10100000 1011000 1010101 0 100101 11101110 1001111 100011

Color Harmonies of #1318A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1318A0

Black with #1318A0

Text Example


Text Example

White with #1318A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,24,160); }

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

background-color css

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

 a { background-color: rgb(19,24,160); }

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

border-color css

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

 span { border-color: rgb(19,24,160); }

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