Html Css Color HEX #13017D Ultramarine

📋 copy color: '#13017D'

red 19 ◦ green 1 ◦ blue 125

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

Shades of Ultramarine #13017D

Tints of Ultramarine #13017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

 BLUE value IS 125 (49.22% from 255) = 86.21%

R = 13.1%
G = 0.69%
B = 86.21%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13017D (or 0x13017D) is known color: Ultramarine. HEX triplet: 13, 01 and 7D. RGB value is (19,1,125). Sum of RGB (Red+Green+Blue) = 19+1+125=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 125 (49.22% from 255 or 86.21% from 145); Max value from RGB is 125 - color contains mainly: blue. Hex color #13017D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13017D is #ECFE82. Grayscale: #141414. Windows color (decimal): -15531651 or 8192275. OLE color: 8192275.

HSL color Cylindrical-coordinate representation of color #13017D: hue angle of 248.71º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13017D is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 1 125 -
CMYK 0.85 0.99 0 0.51
HSL 248.71º 0.98% 0.25% -
HSV(B) 248.71º 0.99% 0.49% -
XYZ 3.98 1.64 19.51 -
YUV 20.52 186.96 126.92 -
System Red Green Blue C M Y K H S L
Decimal 19 1 125 0.85 0.99 0 0.51 248.71 0.98 0.25
Hex 13 1 7D 55 63 0 33 F9 62 19
Octal 23 1 175 125 143 0 63 371 142 31
Binary 10011 1 1111101 1010101 1100011 0 110011 11111001 1100010 11001

Color Harmonies of #13017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13017D

Black with #13017D

Text Example


Text Example

White with #13017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13017D; }

 p { color: rgb(19,1,125); }

 H1.HeaderClassName
 {
   color: #13017D;
 }
 .AnyTagClassName
 {
   color: #13017D;
 }
</style>

background-color css

<style>
 a { background-color: #13017D; }

 a { background-color: rgb(19,1,125); }

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

border-color css

<style>
 span { border-color: #13017D; }

 span { border-color: rgb(19,1,125); }

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