Html Css Color HEX #151284 Ultramarine

📋 copy color: '#151284'

red 21 ◦ green 18 ◦ blue 132

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

Shades of Ultramarine #151284

Tints of Ultramarine #151284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 77.19%

R = 12.28%
G = 10.53%
B = 77.19%

CMYK

 C value IS 0.84

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#151284 (or 0x151284) is known color: Ultramarine. HEX triplet: 15, 12 and 84. RGB value is (21,18,132). Sum of RGB (Red+Green+Blue) = 21+18+132=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 132 (51.95% from 255 or 77.19% from 171); Max value from RGB is 132 - color contains mainly: blue. Hex color #151284 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151284 is #EAED7B. Grayscale: #1F1F1F. Windows color (decimal): -15396220 or 8655381. OLE color: 8655381.

HSL color Cylindrical-coordinate representation of color #151284: hue angle of 241.58º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #151284 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 18 132 -
CMYK 0.84 0.86 0 0.48
HSL 241.58º 0.76% 0.29% -
HSV(B) 241.58º 0.86% 0.52% -
XYZ 4.69 2.26 22.02 -
YUV 31.89 184.49 120.23 -
System Red Green Blue C M Y K H S L
Decimal 21 18 132 0.84 0.86 0 0.48 241.58 0.76 0.29
Hex 15 12 84 54 56 0 30 F2 4C 1D
Octal 25 22 204 124 126 0 60 362 114 35
Binary 10101 10010 10000100 1010100 1010110 0 110000 11110010 1001100 11101

Color Harmonies of #151284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151284

Black with #151284

Text Example


Text Example

White with #151284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151284; }

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

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

background-color css

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

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

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

border-color css

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

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

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