Html Css Color HEX #13019E Ultramarine

📋 copy color: '#13019E'

red 19 ◦ green 1 ◦ blue 158

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

Shades of Ultramarine #13019E

Tints of Ultramarine #13019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 88.76%

R = 10.67%
G = 0.56%
B = 88.76%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13019E (or 0x13019E) is known color: Ultramarine. HEX triplet: 13, 01 and 9E. RGB value is (19,1,158). Sum of RGB (Red+Green+Blue) = 19+1+158=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 158 (62.11% from 255 or 88.76% from 178); Max value from RGB is 158 - color contains mainly: blue. Hex color #13019E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13019E is #ECFE61. Grayscale: #171717. Windows color (decimal): -15531618 or 10354963. OLE color: 10354963.

HSL color Cylindrical-coordinate representation of color #13019E: hue angle of 246.88º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13019E is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 1 158 -
CMYK 0.88 0.99 0 0.38
HSL 246.88º 0.99% 0.31% -
HSV(B) 246.88º 0.99% 0.62% -
XYZ 6.45 2.63 32.52 -
YUV 24.28 203.46 124.23 -
System Red Green Blue C M Y K H S L
Decimal 19 1 158 0.88 0.99 0 0.38 246.88 0.99 0.31
Hex 13 1 9E 58 63 0 26 F7 63 1F
Octal 23 1 236 130 143 0 46 367 143 37
Binary 10011 1 10011110 1011000 1100011 0 100110 11110111 1100011 11111

Color Harmonies of #13019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13019E

Black with #13019E

Text Example


Text Example

White with #13019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13019E; }

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

 H1.HeaderClassName
 {
   color: #13019E;
 }
 .AnyTagClassName
 {
   color: #13019E;
 }
</style>

background-color css

<style>
 a { background-color: #13019E; }

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

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

border-color css

<style>
 span { border-color: #13019E; }

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

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