Html Css Color HEX #150188 Ultramarine

📋 copy color: '#150188'

red 21 ◦ green 1 ◦ blue 136

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

Shades of Ultramarine #150188

Tints of Ultramarine #150188

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

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

R = 13.29%
G = 0.63%
B = 86.08%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#150188 (or 0x150188) is known color: Ultramarine. HEX triplet: 15, 01 and 88. RGB value is (21,1,136). Sum of RGB (Red+Green+Blue) = 21+1+136=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 136 (53.52% from 255 or 86.08% from 158); Max value from RGB is 136 - color contains mainly: blue. Hex color #150188 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150188 is #EAFE77. Grayscale: #151515. Windows color (decimal): -15400568 or 8913173. OLE color: 8913173.

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

Color convert

RGB 21 1 136 -
CMYK 0.85 0.99 0 0.47
HSL 248.89º 0.99% 0.27% -
HSV(B) 248.89º 0.99% 0.53% -
XYZ 4.76 1.96 23.42 -
YUV 22.37 192.13 127.02 -
System Red Green Blue C M Y K H S L
Decimal 21 1 136 0.85 0.99 0 0.47 248.89 0.99 0.27
Hex 15 1 88 55 63 0 2F F9 63 1B
Octal 25 1 210 125 143 0 57 371 143 33
Binary 10101 1 10001000 1010101 1100011 0 101111 11111001 1100011 11011

Color Harmonies of #150188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150188

Black with #150188

Text Example


Text Example

White with #150188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150188; }

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

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

background-color css

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

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

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

border-color css

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

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

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