Html Css Color HEX #1317AA Ultramarine

📋 copy color: '#1317AA'

red 19 ◦ green 23 ◦ blue 170

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

Shades of Ultramarine #1317AA

Tints of Ultramarine #1317AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.85%

 BLUE value IS 170 (66.8% from 255) = 80.19%

R = 8.96%
G = 10.85%
B = 80.19%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1317AA (or 0x1317AA) is known color: Ultramarine. HEX triplet: 13, 17 and AA. RGB value is (19,23,170). Sum of RGB (Red+Green+Blue) = 19+23+170=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 170 (66.80% from 255 or 80.19% from 212); Max value from RGB is 170 - color contains mainly: blue. Hex color #1317AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1317AA is #ECE855. Grayscale: #252525. Windows color (decimal): -15525974 or 11147027. OLE color: 11147027.

HSL color Cylindrical-coordinate representation of color #1317AA: hue angle of 238.41º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1317AA is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 23 170 -
CMYK 0.89 0.86 0 0.33
HSL 238.41º 0.8% 0.37% -
HSV(B) 238.41º 0.89% 0.67% -
XYZ 7.83 3.65 38.32 -
YUV 38.56 202.17 114.05 -
System Red Green Blue C M Y K H S L
Decimal 19 23 170 0.89 0.86 0 0.33 238.41 0.8 0.37
Hex 13 17 AA 59 56 0 21 EE 50 25
Octal 23 27 252 131 126 0 41 356 120 45
Binary 10011 10111 10101010 1011001 1010110 0 100001 11101110 1010000 100101

Color Harmonies of #1317AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1317AA

Black with #1317AA

Text Example


Text Example

White with #1317AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1317AA; }

 p { color: rgb(19,23,170); }

 H1.HeaderClassName
 {
   color: #1317AA;
 }
 .AnyTagClassName
 {
   color: #1317AA;
 }
</style>

background-color css

<style>
 a { background-color: #1317AA; }

 a { background-color: rgb(19,23,170); }

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

border-color css

<style>
 span { border-color: #1317AA; }

 span { border-color: rgb(19,23,170); }

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