Html Css Color HEX #19258C Ultramarine

📋 copy color: '#19258C'

red 25 ◦ green 37 ◦ blue 140

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

Shades of Ultramarine #19258C

Tints of Ultramarine #19258C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 69.31%

R = 12.38%
G = 18.32%
B = 69.31%

CMYK

 C value IS 0.82

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19258C (or 0x19258C) is known color: Ultramarine. HEX triplet: 19, 25 and 8C. RGB value is (25,37,140). Sum of RGB (Red+Green+Blue) = 25+37+140=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 140 (55.08% from 255 or 69.31% from 202); Max value from RGB is 140 - color contains mainly: blue. Hex color #19258C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19258C is #E6DA73. Grayscale: #2C2C2C. Windows color (decimal): -15129204 or 9184537. OLE color: 9184537.

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

Color convert

RGB 25 37 140 -
CMYK 0.82 0.74 0 0.45
HSL 233.74º 0.7% 0.32% -
HSV(B) 233.74º 0.82% 0.55% -
XYZ 5.8 3.42 25.17 -
YUV 45.15 181.52 113.62 -
System Red Green Blue C M Y K H S L
Decimal 25 37 140 0.82 0.74 0 0.45 233.74 0.7 0.32
Hex 19 25 8C 52 4A 0 2D EA 46 20
Octal 31 45 214 122 112 0 55 352 106 40
Binary 11001 100101 10001100 1010010 1001010 0 101101 11101010 1000110 100000

Color Harmonies of #19258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19258C

Black with #19258C

Text Example


Text Example

White with #19258C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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