Html Css Color HEX #13017B Ultramarine

📋 copy color: '#13017B'

red 19 ◦ green 1 ◦ blue 123

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

Shades of Ultramarine #13017B

Tints of Ultramarine #13017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 86.01%

R = 13.29%
G = 0.7%
B = 86.01%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#13017B (or 0x13017B) is known color: Ultramarine. HEX triplet: 13, 01 and 7B. RGB value is (19,1,123). Sum of RGB (Red+Green+Blue) = 19+1+123=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 123 (48.44% from 255 or 86.01% from 143); Max value from RGB is 123 - color contains mainly: blue. Hex color #13017B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13017B is #ECFE84. Grayscale: #131313. Windows color (decimal): -15531653 or 8061203. OLE color: 8061203.

HSL color Cylindrical-coordinate representation of color #13017B: hue angle of 248.85º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13017B is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 1 123 -
CMYK 0.85 0.99 0 0.52
HSL 248.85º 0.98% 0.24% -
HSV(B) 248.85º 0.99% 0.48% -
XYZ 3.85 1.59 18.84 -
YUV 20.29 185.96 127.08 -
System Red Green Blue C M Y K H S L
Decimal 19 1 123 0.85 0.99 0 0.52 248.85 0.98 0.24
Hex 13 1 7B 55 63 0 34 F9 62 18
Octal 23 1 173 125 143 0 64 371 142 30
Binary 10011 1 1111011 1010101 1100011 0 110100 11111001 1100010 11000

Color Harmonies of #13017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13017B

Black with #13017B

Text Example


Text Example

White with #13017B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13017B; }

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

 H1.HeaderClassName
 {
   color: #13017B;
 }
 .AnyTagClassName
 {
   color: #13017B;
 }
</style>

background-color css

<style>
 a { background-color: #13017B; }

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

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

border-color css

<style>
 span { border-color: #13017B; }

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

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