Html Css Color HEX #13037F Ultramarine

📋 copy color: '#13037F'

red 19 ◦ green 3 ◦ blue 127

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

Shades of Ultramarine #13037F

Tints of Ultramarine #13037F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.01%

 BLUE value IS 127 (50% from 255) = 85.23%

R = 12.75%
G = 2.01%
B = 85.23%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13037F (or 0x13037F) is known color: Ultramarine. HEX triplet: 13, 03 and 7F. RGB value is (19,3,127). Sum of RGB (Red+Green+Blue) = 19+3+127=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 127 (50% from 255 or 85.23% from 149); Max value from RGB is 127 - color contains mainly: blue. Hex color #13037F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13037F is #ECFC80. Grayscale: #151515. Windows color (decimal): -15531137 or 8323859. OLE color: 8323859.

HSL color Cylindrical-coordinate representation of color #13037F: hue angle of 247.74º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13037F is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 3 127 -
CMYK 0.85 0.98 0 0.50
HSL 247.74º 0.95% 0.25% -
HSV(B) 247.74º 0.98% 0.5% -
XYZ 4.13 1.74 20.2 -
YUV 21.92 187.3 125.92 -
System Red Green Blue C M Y K H S L
Decimal 19 3 127 0.85 0.98 0 0.50 247.74 0.95 0.25
Hex 13 3 7F 55 62 0 32 F8 5F 19
Octal 23 3 177 125 142 0 62 370 137 31
Binary 10011 11 1111111 1010101 1100010 0 110010 11111000 1011111 11001

Color Harmonies of #13037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13037F

Black with #13037F

Text Example


Text Example

White with #13037F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13037F; }

 p { color: rgb(19,3,127); }

 H1.HeaderClassName
 {
   color: #13037F;
 }
 .AnyTagClassName
 {
   color: #13037F;
 }
</style>

background-color css

<style>
 a { background-color: #13037F; }

 a { background-color: rgb(19,3,127); }

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

border-color css

<style>
 span { border-color: #13037F; }

 span { border-color: rgb(19,3,127); }

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