Html Css Color HEX #13149D Ultramarine

📋 copy color: '#13149D'

red 19 ◦ green 20 ◦ blue 157

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

Shades of Ultramarine #13149D

Tints of Ultramarine #13149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.2%

 BLUE value IS 157 (61.72% from 255) = 80.1%

R = 9.69%
G = 10.2%
B = 80.1%

CMYK

 C value IS 0.88

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13149D (or 0x13149D) is known color: Ultramarine. HEX triplet: 13, 14 and 9D. RGB value is (19,20,157). Sum of RGB (Red+Green+Blue) = 19+20+157=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 157 (61.72% from 255 or 80.10% from 196); Max value from RGB is 157 - color contains mainly: blue. Hex color #13149D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13149D is #ECEB62. Grayscale: #222222. Windows color (decimal): -15526755 or 10294291. OLE color: 10294291.

HSL color Cylindrical-coordinate representation of color #13149D: hue angle of 239.57º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13149D is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 20 157 -
CMYK 0.88 0.87 0 0.38
HSL 239.57º 0.78% 0.35% -
HSV(B) 239.57º 0.88% 0.62% -
XYZ 6.6 3.07 32.14 -
YUV 35.32 196.67 116.36 -
System Red Green Blue C M Y K H S L
Decimal 19 20 157 0.88 0.87 0 0.38 239.57 0.78 0.35
Hex 13 14 9D 58 57 0 26 F0 4E 23
Octal 23 24 235 130 127 0 46 360 116 43
Binary 10011 10100 10011101 1011000 1010111 0 100110 11110000 1001110 100011

Color Harmonies of #13149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13149D

Black with #13149D

Text Example


Text Example

White with #13149D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,20,157); }

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

background-color css

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

 a { background-color: rgb(19,20,157); }

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

border-color css

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

 span { border-color: rgb(19,20,157); }

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