Html Css Color HEX #13148B Ultramarine

📋 copy color: '#13148B'

red 19 ◦ green 20 ◦ blue 139

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

Shades of Ultramarine #13148B

Tints of Ultramarine #13148B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 78.09%

R = 10.67%
G = 11.24%
B = 78.09%

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

#13148B (or 0x13148B) is known color: Ultramarine. HEX triplet: 13, 14 and 8B. RGB value is (19,20,139). Sum of RGB (Red+Green+Blue) = 19+20+139=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 139 (54.69% from 255 or 78.09% from 178); Max value from RGB is 139 - color contains mainly: blue. Hex color #13148B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13148B is #ECEB74. Grayscale: #202020. Windows color (decimal): -15526773 or 9114643. OLE color: 9114643.

HSL color Cylindrical-coordinate representation of color #13148B: 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 #13148B is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 20 139 -
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.18 2.5 24.64 -
YUV 33.27 187.67 117.82 -
System Red Green Blue C M Y K H S L
Decimal 19 20 139 0.86 0.86 0 0.45 239.5 0.76 0.31
Hex 13 14 8B 56 56 0 2D F0 4C 1F
Octal 23 24 213 126 126 0 55 360 114 37
Binary 10011 10100 10001011 1010110 1010110 0 101101 11110000 1001100 11111

Color Harmonies of #13148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13148B

Black with #13148B

Text Example


Text Example

White with #13148B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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