Html Css Color HEX #19038B Ultramarine

📋 copy color: '#19038B'

red 25 ◦ green 3 ◦ blue 139

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

Shades of Ultramarine #19038B

Tints of Ultramarine #19038B

RGB

 RED value IS 25 (10.16% from 255) = 14.97%

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

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

R = 14.97%
G = 1.8%
B = 83.23%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19038B (or 0x19038B) is known color: Ultramarine. HEX triplet: 19, 03 and 8B. RGB value is (25,3,139). Sum of RGB (Red+Green+Blue) = 25+3+139=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 139 (54.69% from 255 or 83.23% from 167); Max value from RGB is 139 - color contains mainly: blue. Hex color #19038B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19038B is #E6FC74. Grayscale: #181818. Windows color (decimal): -15137909 or 9110297. OLE color: 9110297.

HSL color Cylindrical-coordinate representation of color #19038B: hue angle of 249.71º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #19038B is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 3 139 -
CMYK 0.82 0.98 0 0.45
HSL 249.71º 0.96% 0.28% -
HSV(B) 249.71º 0.98% 0.55% -
XYZ 5.09 2.14 24.57 -
YUV 25.08 192.29 127.94 -
System Red Green Blue C M Y K H S L
Decimal 25 3 139 0.82 0.98 0 0.45 249.71 0.96 0.28
Hex 19 3 8B 52 62 0 2D FA 60 1C
Octal 31 3 213 122 142 0 55 372 140 34
Binary 11001 11 10001011 1010010 1100010 0 101101 11111010 1100000 11100

Color Harmonies of #19038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19038B

Black with #19038B

Text Example


Text Example

White with #19038B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,3,139); }

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

background-color css

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

 a { background-color: rgb(25,3,139); }

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

border-color css

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

 span { border-color: rgb(25,3,139); }

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