Html Css Color HEX #13018F Ultramarine

📋 copy color: '#13018F'

red 19 ◦ green 1 ◦ blue 143

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

Shades of Ultramarine #13018F

Tints of Ultramarine #13018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 87.73%

R = 11.66%
G = 0.61%
B = 87.73%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#13018F (or 0x13018F) is known color: Ultramarine. HEX triplet: 13, 01 and 8F. RGB value is (19,1,143). Sum of RGB (Red+Green+Blue) = 19+1+143=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 143 (56.25% from 255 or 87.73% from 163); Max value from RGB is 143 - color contains mainly: blue. Hex color #13018F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13018F is #ECFE70. Grayscale: #161616. Windows color (decimal): -15531633 or 9371923. OLE color: 9371923.

HSL color Cylindrical-coordinate representation of color #13018F: hue angle of 247.61º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13018F is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 1 143 -
CMYK 0.87 0.99 0 0.44
HSL 247.61º 0.99% 0.28% -
HSV(B) 247.61º 0.99% 0.56% -
XYZ 5.24 2.14 26.12 -
YUV 22.57 195.96 125.45 -
System Red Green Blue C M Y K H S L
Decimal 19 1 143 0.87 0.99 0 0.44 247.61 0.99 0.28
Hex 13 1 8F 57 63 0 2C F8 63 1C
Octal 23 1 217 127 143 0 54 370 143 34
Binary 10011 1 10001111 1010111 1100011 0 101100 11111000 1100011 11100

Color Harmonies of #13018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13018F

Black with #13018F

Text Example


Text Example

White with #13018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13018F; }

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

 H1.HeaderClassName
 {
   color: #13018F;
 }
 .AnyTagClassName
 {
   color: #13018F;
 }
</style>

background-color css

<style>
 a { background-color: #13018F; }

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

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

border-color css

<style>
 span { border-color: #13018F; }

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

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