Html Css Color HEX #150588 Ultramarine

📋 copy color: '#150588'

red 21 ◦ green 5 ◦ blue 136

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

Shades of Ultramarine #150588

Tints of Ultramarine #150588

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.09%

 BLUE value IS 136 (53.52% from 255) = 83.95%

R = 12.96%
G = 3.09%
B = 83.95%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#150588 (or 0x150588) is known color: Ultramarine. HEX triplet: 15, 05 and 88. RGB value is (21,5,136). Sum of RGB (Red+Green+Blue) = 21+5+136=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 136 (53.52% from 255 or 83.95% from 162); Max value from RGB is 136 - color contains mainly: blue. Hex color #150588 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150588 is #EAFA77. Grayscale: #181818. Windows color (decimal): -15399544 or 8914197. OLE color: 8914197.

HSL color Cylindrical-coordinate representation of color #150588: hue angle of 247.33º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150588 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 5 136 -
CMYK 0.85 0.96 0 0.47
HSL 247.33º 0.93% 0.28% -
HSV(B) 247.33º 0.96% 0.53% -
XYZ 4.81 2.05 23.43 -
YUV 24.72 190.8 125.35 -
System Red Green Blue C M Y K H S L
Decimal 21 5 136 0.85 0.96 0 0.47 247.33 0.93 0.28
Hex 15 5 88 55 60 0 2F F7 5D 1C
Octal 25 5 210 125 140 0 57 367 135 34
Binary 10101 101 10001000 1010101 1100000 0 101111 11110111 1011101 11100

Color Harmonies of #150588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150588

Black with #150588

Text Example


Text Example

White with #150588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150588; }

 p { color: rgb(21,5,136); }

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

background-color css

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

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

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

border-color css

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

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

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