Html Css Color HEX #19258F Ultramarine

📋 copy color: '#19258F'

red 25 ◦ green 37 ◦ blue 143

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

Shades of Ultramarine #19258F

Tints of Ultramarine #19258F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.05%

 BLUE value IS 143 (56.25% from 255) = 69.76%

R = 12.2%
G = 18.05%
B = 69.76%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19258F (or 0x19258F) is known color: Ultramarine. HEX triplet: 19, 25 and 8F. RGB value is (25,37,143). Sum of RGB (Red+Green+Blue) = 25+37+143=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 143 (56.25% from 255 or 69.76% from 205); Max value from RGB is 143 - color contains mainly: blue. Hex color #19258F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19258F is #E6DA70. Grayscale: #2D2D2D. Windows color (decimal): -15129201 or 9381145. OLE color: 9381145.

HSL color Cylindrical-coordinate representation of color #19258F: hue angle of 233.9º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19258F is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 37 143 -
CMYK 0.83 0.74 0 0.44
HSL 233.9º 0.7% 0.33% -
HSV(B) 233.9º 0.83% 0.56% -
XYZ 6.02 3.51 26.35 -
YUV 45.5 183.02 113.38 -
System Red Green Blue C M Y K H S L
Decimal 25 37 143 0.83 0.74 0 0.44 233.9 0.7 0.33
Hex 19 25 8F 53 4A 0 2C EA 46 21
Octal 31 45 217 123 112 0 54 352 106 41
Binary 11001 100101 10001111 1010011 1001010 0 101100 11101010 1000110 100001

Color Harmonies of #19258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19258F

Black with #19258F

Text Example


Text Example

White with #19258F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,37,143); }

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

background-color css

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

 a { background-color: rgb(25,37,143); }

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

border-color css

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

 span { border-color: rgb(25,37,143); }

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