Html Css Color HEX #13019F Ultramarine

📋 copy color: '#13019F'

red 19 ◦ green 1 ◦ blue 159

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

Shades of Ultramarine #13019F

Tints of Ultramarine #13019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 159 (62.5% from 255) = 88.83%

R = 10.61%
G = 0.56%
B = 88.83%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13019F (or 0x13019F) is known color: Ultramarine. HEX triplet: 13, 01 and 9F. RGB value is (19,1,159). Sum of RGB (Red+Green+Blue) = 19+1+159=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 159 (62.5% from 255 or 88.83% from 179); Max value from RGB is 159 - color contains mainly: blue. Hex color #13019F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13019F is #ECFE60. Grayscale: #171717. Windows color (decimal): -15531617 or 10420499. OLE color: 10420499.

HSL color Cylindrical-coordinate representation of color #13019F: hue angle of 246.84º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13019F is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 1 159 -
CMYK 0.88 0.99 0 0.38
HSL 246.84º 0.99% 0.31% -
HSV(B) 246.84º 0.99% 0.62% -
XYZ 6.54 2.66 32.97 -
YUV 24.39 203.96 124.15 -
System Red Green Blue C M Y K H S L
Decimal 19 1 159 0.88 0.99 0 0.38 246.84 0.99 0.31
Hex 13 1 9F 58 63 0 26 F7 63 1F
Octal 23 1 237 130 143 0 46 367 143 37
Binary 10011 1 10011111 1011000 1100011 0 100110 11110111 1100011 11111

Color Harmonies of #13019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13019F

Black with #13019F

Text Example


Text Example

White with #13019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,1,159); }

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

background-color css

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

 a { background-color: rgb(19,1,159); }

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

border-color css

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

 span { border-color: rgb(19,1,159); }

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