Html Css Color HEX #151199 Ultramarine

📋 copy color: '#151199'

red 21 ◦ green 17 ◦ blue 153

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

Shades of Ultramarine #151199

Tints of Ultramarine #151199

RGB

 RED value IS 21 (8.59% from 255) = 10.99%

 GREEN value IS 17 (7.03% from 255) = 8.9%

 BLUE value IS 153 (60.16% from 255) = 80.1%

R = 10.99%
G = 8.9%
B = 80.1%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#151199 (or 0x151199) is known color: Ultramarine. HEX triplet: 15, 11 and 99. RGB value is (21,17,153). Sum of RGB (Red+Green+Blue) = 21+17+153=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 153 (60.16% from 255 or 80.10% from 191); Max value from RGB is 153 - color contains mainly: blue. Hex color #151199 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151199 is #EAEE66. Grayscale: #212121. Windows color (decimal): -15396455 or 10031381. OLE color: 10031381.

HSL color Cylindrical-coordinate representation of color #151199: hue angle of 241.76º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #151199 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 21 17 153 -
CMYK 0.86 0.89 0 0.4
HSL 241.76º 0.8% 0.33% -
HSV(B) 241.76º 0.89% 0.6% -
XYZ 6.26 2.86 30.36 -
YUV 33.7 195.33 118.94 -
System Red Green Blue C M Y K H S L
Decimal 21 17 153 0.86 0.89 0 0.4 241.76 0.8 0.33
Hex 15 11 99 56 59 0 28 F2 50 21
Octal 25 21 231 126 131 0 50 362 120 41
Binary 10101 10001 10011001 1010110 1011001 0 101000 11110010 1010000 100001

Color Harmonies of #151199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151199

Black with #151199

Text Example


Text Example

White with #151199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151199; }

 p { color: rgb(21,17,153); }

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

background-color css

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

 a { background-color: rgb(21,17,153); }

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

border-color css

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

 span { border-color: rgb(21,17,153); }

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