Html Css Color HEX #13029C Ultramarine

📋 copy color: '#13029C'

red 19 ◦ green 2 ◦ blue 156

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

Shades of Ultramarine #13029C

Tints of Ultramarine #13029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.13%

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

R = 10.73%
G = 1.13%
B = 88.14%

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

#13029C (or 0x13029C) is known color: Ultramarine. HEX triplet: 13, 02 and 9C. RGB value is (19,2,156). Sum of RGB (Red+Green+Blue) = 19+2+156=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 156 (61.33% from 255 or 88.14% from 177); Max value from RGB is 156 - color contains mainly: blue. Hex color #13029C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13029C is #ECFD63. Grayscale: #181818. Windows color (decimal): -15531364 or 10224147. OLE color: 10224147.

HSL color Cylindrical-coordinate representation of color #13029C: hue angle of 246.62º degrees, saturation: 0.97, 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 #13029C is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 2 156 -
CMYK 0.88 0.99 0 0.39
HSL 246.62º 0.97% 0.31% -
HSV(B) 246.62º 0.99% 0.61% -
XYZ 6.29 2.58 31.62 -
YUV 24.64 202.13 123.98 -
System Red Green Blue C M Y K H S L
Decimal 19 2 156 0.88 0.99 0 0.39 246.62 0.97 0.31
Hex 13 2 9C 58 63 0 27 F7 61 1F
Octal 23 2 234 130 143 0 47 367 141 37
Binary 10011 10 10011100 1011000 1100011 0 100111 11110111 1100001 11111

Color Harmonies of #13029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13029C

Black with #13029C

Text Example


Text Example

White with #13029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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