Html Css Color HEX #151294 Ultramarine

📋 copy color: '#151294'

red 21 ◦ green 18 ◦ blue 148

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

Shades of Ultramarine #151294

Tints of Ultramarine #151294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 79.14%

R = 11.23%
G = 9.63%
B = 79.14%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#151294 (or 0x151294) is known color: Ultramarine. HEX triplet: 15, 12 and 94. RGB value is (21,18,148). Sum of RGB (Red+Green+Blue) = 21+18+148=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 148 (58.20% from 255 or 79.14% from 187); Max value from RGB is 148 - color contains mainly: blue. Hex color #151294 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151294 is #EAED6B. Grayscale: #212121. Windows color (decimal): -15396204 or 9703957. OLE color: 9703957.

HSL color Cylindrical-coordinate representation of color #151294: hue angle of 241.38º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #151294 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 18 148 -
CMYK 0.86 0.88 0 0.42
HSL 241.38º 0.78% 0.33% -
HSV(B) 241.38º 0.88% 0.58% -
XYZ 5.87 2.73 28.23 -
YUV 33.72 192.49 118.93 -
System Red Green Blue C M Y K H S L
Decimal 21 18 148 0.86 0.88 0 0.42 241.38 0.78 0.33
Hex 15 12 94 56 58 0 2A F1 4E 21
Octal 25 22 224 126 130 0 52 361 116 41
Binary 10101 10010 10010100 1010110 1011000 0 101010 11110001 1001110 100001

Color Harmonies of #151294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151294

Black with #151294

Text Example


Text Example

White with #151294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151294; }

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

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

background-color css

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

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

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

border-color css

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

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

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