Html Css Color HEX #19238D Ultramarine

📋 copy color: '#19238D'

red 25 ◦ green 35 ◦ blue 141

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

Shades of Ultramarine #19238D

Tints of Ultramarine #19238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.41%

 BLUE value IS 141 (55.47% from 255) = 70.15%

R = 12.44%
G = 17.41%
B = 70.15%

CMYK

 C value IS 0.82

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19238D (or 0x19238D) is known color: Ultramarine. HEX triplet: 19, 23 and 8D. RGB value is (25,35,141). Sum of RGB (Red+Green+Blue) = 25+35+141=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 141 (55.47% from 255 or 70.15% from 201); Max value from RGB is 141 - color contains mainly: blue. Hex color #19238D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19238D is #E6DC72. Grayscale: #2B2B2B. Windows color (decimal): -15129715 or 9249561. OLE color: 9249561.

HSL color Cylindrical-coordinate representation of color #19238D: hue angle of 234.83º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19238D is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 35 141 -
CMYK 0.82 0.75 0 0.45
HSL 234.83º 0.7% 0.33% -
HSV(B) 234.83º 0.82% 0.55% -
XYZ 5.81 3.33 25.54 -
YUV 44.09 182.69 114.38 -
System Red Green Blue C M Y K H S L
Decimal 25 35 141 0.82 0.75 0 0.45 234.83 0.7 0.33
Hex 19 23 8D 52 4B 0 2D EB 46 21
Octal 31 43 215 122 113 0 55 353 106 41
Binary 11001 100011 10001101 1010010 1001011 0 101101 11101011 1000110 100001

Color Harmonies of #19238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19238D

Black with #19238D

Text Example


Text Example

White with #19238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19238D; }

 p { color: rgb(25,35,141); }

 H1.HeaderClassName
 {
   color: #19238D;
 }
 .AnyTagClassName
 {
   color: #19238D;
 }
</style>

background-color css

<style>
 a { background-color: #19238D; }

 a { background-color: rgb(25,35,141); }

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

border-color css

<style>
 span { border-color: #19238D; }

 span { border-color: rgb(25,35,141); }

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