Html Css Color HEX #151586 Ultramarine

📋 copy color: '#151586'

red 21 ◦ green 21 ◦ blue 134

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

Shades of Ultramarine #151586

Tints of Ultramarine #151586

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.93%

 BLUE value IS 134 (52.73% from 255) = 76.14%

R = 11.93%
G = 11.93%
B = 76.14%

CMYK

 C value IS 0.84

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#151586 (or 0x151586) is known color: Ultramarine. HEX triplet: 15, 15 and 86. RGB value is (21,21,134). Sum of RGB (Red+Green+Blue) = 21+21+134=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 134 (52.73% from 255 or 76.14% from 176); Max value from RGB is 134 - color contains mainly: blue. Hex color #151586 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151586 is #EAEA79. Grayscale: #212121. Windows color (decimal): -15395450 or 8787221. OLE color: 8787221.

HSL color Cylindrical-coordinate representation of color #151586: hue angle of 240º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #151586 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 21 134 -
CMYK 0.84 0.84 0 0.47
HSL 240º 0.73% 0.3% -
HSV(B) 240º 0.84% 0.53% -
XYZ 4.88 2.42 22.76 -
YUV 33.88 184.5 118.81 -
System Red Green Blue C M Y K H S L
Decimal 21 21 134 0.84 0.84 0 0.47 240 0.73 0.3
Hex 15 15 86 54 54 0 2F F0 49 1E
Octal 25 25 206 124 124 0 57 360 111 36
Binary 10101 10101 10000110 1010100 1010100 0 101111 11110000 1001001 11110

Color Harmonies of #151586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151586

Black with #151586

Text Example


Text Example

White with #151586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151586; }

 p { color: rgb(21,21,134); }

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

background-color css

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

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

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

border-color css

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

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

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