Html Css Color HEX #13019C Ultramarine

📋 copy color: '#13019C'

red 19 ◦ green 1 ◦ blue 156

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

Shades of Ultramarine #13019C

Tints of Ultramarine #13019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 88.64%

R = 10.8%
G = 0.57%
B = 88.64%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13019C (or 0x13019C) is known color: Ultramarine. HEX triplet: 13, 01 and 9C. RGB value is (19,1,156). Sum of RGB (Red+Green+Blue) = 19+1+156=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 156 (61.33% from 255 or 88.64% from 176); Max value from RGB is 156 - color contains mainly: blue. Hex color #13019C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13019C is #ECFE63. Grayscale: #171717. Windows color (decimal): -15531620 or 10223891. OLE color: 10223891.

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

Color convert

RGB 19 1 156 -
CMYK 0.88 0.99 0 0.39
HSL 246.97º 0.99% 0.31% -
HSV(B) 246.97º 0.99% 0.61% -
XYZ 6.28 2.56 31.62 -
YUV 24.05 202.46 124.4 -
System Red Green Blue C M Y K H S L
Decimal 19 1 156 0.88 0.99 0 0.39 246.97 0.99 0.31
Hex 13 1 9C 58 63 0 27 F7 63 1F
Octal 23 1 234 130 143 0 47 367 143 37
Binary 10011 1 10011100 1011000 1100011 0 100111 11110111 1100011 11111

Color Harmonies of #13019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13019C

Black with #13019C

Text Example


Text Example

White with #13019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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