Html Css Color HEX #13047D Ultramarine

📋 copy color: '#13047D'

red 19 ◦ green 4 ◦ blue 125

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

Shades of Ultramarine #13047D

Tints of Ultramarine #13047D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.7%

 BLUE value IS 125 (49.22% from 255) = 84.46%

R = 12.84%
G = 2.7%
B = 84.46%

CMYK

 C value IS 0.85

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13047D (or 0x13047D) is known color: Ultramarine. HEX triplet: 13, 04 and 7D. RGB value is (19,4,125). Sum of RGB (Red+Green+Blue) = 19+4+125=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 125 (49.22% from 255 or 84.46% from 148); Max value from RGB is 125 - color contains mainly: blue. Hex color #13047D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13047D is #ECFB82. Grayscale: #151515. Windows color (decimal): -15530883 or 8193043. OLE color: 8193043.

HSL color Cylindrical-coordinate representation of color #13047D: hue angle of 247.44º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #13047D is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 4 125 -
CMYK 0.85 0.97 0 0.51
HSL 247.44º 0.94% 0.25% -
HSV(B) 247.44º 0.97% 0.49% -
XYZ 4.01 1.71 19.52 -
YUV 22.28 185.97 125.66 -
System Red Green Blue C M Y K H S L
Decimal 19 4 125 0.85 0.97 0 0.51 247.44 0.94 0.25
Hex 13 4 7D 55 61 0 33 F7 5E 19
Octal 23 4 175 125 141 0 63 367 136 31
Binary 10011 100 1111101 1010101 1100001 0 110011 11110111 1011110 11001

Color Harmonies of #13047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13047D

Black with #13047D

Text Example


Text Example

White with #13047D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,4,125); }

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

background-color css

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

 a { background-color: rgb(19,4,125); }

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

border-color css

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

 span { border-color: rgb(19,4,125); }

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