Html Css Color HEX #151299 Ultramarine

📋 copy color: '#151299'

red 21 ◦ green 18 ◦ blue 153

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

Shades of Ultramarine #151299

Tints of Ultramarine #151299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.38%

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

R = 10.94%
G = 9.38%
B = 79.69%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#151299 (or 0x151299) is known color: Ultramarine. HEX triplet: 15, 12 and 99. RGB value is (21,18,153). Sum of RGB (Red+Green+Blue) = 21+18+153=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 153 (60.16% from 255 or 79.69% from 192); Max value from RGB is 153 - color contains mainly: blue. Hex color #151299 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151299 is #EAED66. Grayscale: #212121. Windows color (decimal): -15396199 or 10031637. OLE color: 10031637.

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

Color convert

RGB 21 18 153 -
CMYK 0.86 0.88 0 0.4
HSL 241.33º 0.79% 0.34% -
HSV(B) 241.33º 0.88% 0.6% -
XYZ 6.28 2.89 30.36 -
YUV 34.29 194.99 118.52 -
System Red Green Blue C M Y K H S L
Decimal 21 18 153 0.86 0.88 0 0.4 241.33 0.79 0.34
Hex 15 12 99 56 58 0 28 F1 4F 22
Octal 25 22 231 126 130 0 50 361 117 42
Binary 10101 10010 10011001 1010110 1011000 0 101000 11110001 1001111 100010

Color Harmonies of #151299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151299

Black with #151299

Text Example


Text Example

White with #151299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151299; }

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

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

background-color css

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

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

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

border-color css

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

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

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