Html Css Color HEX #19009B Ultramarine

📋 copy color: '#19009B'

red 25 ◦ green 0 ◦ blue 155

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

Shades of Ultramarine #19009B

Tints of Ultramarine #19009B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 155 (60.94% from 255) = 86.11%

R = 13.89%
G = 0%
B = 86.11%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19009B (or 0x19009B) is known color: Ultramarine. HEX triplet: 19, 00 and 9B. RGB value is (25,0,155). Sum of RGB (Red+Green+Blue) = 25+0+155=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 155 (60.94% from 255 or 86.11% from 180); Max value from RGB is 155 - color contains mainly: blue. Hex color #19009B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19009B is #E6FF64. Grayscale: #181818. Windows color (decimal): -15138661 or 10158105. OLE color: 10158105.

HSL color Cylindrical-coordinate representation of color #19009B: hue angle of 249.68º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19009B is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 0 155 -
CMYK 0.84 1 0 0.39
HSL 249.68º 1% 0.3% -
HSV(B) 249.68º 1% 0.61% -
XYZ 6.32 2.57 31.17 -
YUV 25.15 201.28 127.9 -
System Red Green Blue C M Y K H S L
Decimal 25 0 155 0.84 1 0 0.39 249.68 1 0.3
Hex 19 0 9B 54 64 0 27 FA 64 1E
Octal 31 0 233 124 144 0 47 372 144 36
Binary 11001 0 10011011 1010100 1100100 0 100111 11111010 1100100 11110

Color Harmonies of #19009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19009B

Black with #19009B

Text Example


Text Example

White with #19009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,0,155); }

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

background-color css

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

 a { background-color: rgb(25,0,155); }

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

border-color css

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

 span { border-color: rgb(25,0,155); }

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