Html Css Color HEX #13148C Ultramarine

📋 copy color: '#13148C'

red 19 ◦ green 20 ◦ blue 140

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

Shades of Ultramarine #13148C

Tints of Ultramarine #13148C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 78.21%

R = 10.61%
G = 11.17%
B = 78.21%

CMYK

 C value IS 0.86

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13148C (or 0x13148C) is known color: Ultramarine. HEX triplet: 13, 14 and 8C. RGB value is (19,20,140). Sum of RGB (Red+Green+Blue) = 19+20+140=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 140 (55.08% from 255 or 78.21% from 179); Max value from RGB is 140 - color contains mainly: blue. Hex color #13148C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13148C is #ECEB73. Grayscale: #202020. Windows color (decimal): -15526772 or 9180179. OLE color: 9180179.

HSL color Cylindrical-coordinate representation of color #13148C: hue angle of 239.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13148C is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 20 140 -
CMYK 0.86 0.86 0 0.45
HSL 239.5º 0.76% 0.31% -
HSV(B) 239.5º 0.86% 0.55% -
XYZ 5.25 2.53 25.02 -
YUV 33.38 188.17 117.74 -
System Red Green Blue C M Y K H S L
Decimal 19 20 140 0.86 0.86 0 0.45 239.5 0.76 0.31
Hex 13 14 8C 56 56 0 2D F0 4C 1F
Octal 23 24 214 126 126 0 55 360 114 37
Binary 10011 10100 10001100 1010110 1010110 0 101101 11110000 1001100 11111

Color Harmonies of #13148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13148C

Black with #13148C

Text Example


Text Example

White with #13148C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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