Html Css Color HEX #150599 Ultramarine

📋 copy color: '#150599'

red 21 ◦ green 5 ◦ blue 153

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

Shades of Ultramarine #150599

Tints of Ultramarine #150599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 85.47%

R = 11.73%
G = 2.79%
B = 85.47%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#150599 (or 0x150599) is known color: Ultramarine. HEX triplet: 15, 05 and 99. RGB value is (21,5,153). Sum of RGB (Red+Green+Blue) = 21+5+153=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 153 (60.16% from 255 or 85.47% from 179); Max value from RGB is 153 - color contains mainly: blue. Hex color #150599 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150599 is #EAFA66. Grayscale: #1A1A1A. Windows color (decimal): -15399527 or 10028309. OLE color: 10028309.

HSL color Cylindrical-coordinate representation of color #150599: hue angle of 246.49º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #150599 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 21 5 153 -
CMYK 0.86 0.97 0 0.4
HSL 246.49º 0.94% 0.31% -
HSV(B) 246.49º 0.97% 0.6% -
XYZ 6.11 2.57 30.31 -
YUV 26.66 199.3 123.97 -
System Red Green Blue C M Y K H S L
Decimal 21 5 153 0.86 0.97 0 0.4 246.49 0.94 0.31
Hex 15 5 99 56 61 0 28 F6 5E 1F
Octal 25 5 231 126 141 0 50 366 136 37
Binary 10101 101 10011001 1010110 1100001 0 101000 11110110 1011110 11111

Color Harmonies of #150599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150599

Black with #150599

Text Example


Text Example

White with #150599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150599; }

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

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

background-color css

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

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

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

border-color css

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

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

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