Html Css Color HEX #150399 Ultramarine

📋 copy color: '#150399'

red 21 ◦ green 3 ◦ blue 153

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

Shades of Ultramarine #150399

Tints of Ultramarine #150399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

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

R = 11.86%
G = 1.69%
B = 86.44%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#150399 (or 0x150399) is known color: Ultramarine. HEX triplet: 15, 03 and 99. RGB value is (21,3,153). Sum of RGB (Red+Green+Blue) = 21+3+153=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 153 (60.16% from 255 or 86.44% from 177); Max value from RGB is 153 - color contains mainly: blue. Hex color #150399 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150399 is #EAFC66. Grayscale: #181818. Windows color (decimal): -15400039 or 10027797. OLE color: 10027797.

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

Color convert

RGB 21 3 153 -
CMYK 0.86 0.98 0 0.4
HSL 247.2º 0.96% 0.31% -
HSV(B) 247.2º 0.98% 0.6% -
XYZ 6.09 2.52 30.3 -
YUV 25.48 199.96 124.8 -
System Red Green Blue C M Y K H S L
Decimal 21 3 153 0.86 0.98 0 0.4 247.2 0.96 0.31
Hex 15 3 99 56 62 0 28 F7 60 1F
Octal 25 3 231 126 142 0 50 367 140 37
Binary 10101 11 10011001 1010110 1100010 0 101000 11110111 1100000 11111

Color Harmonies of #150399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150399

Black with #150399

Text Example


Text Example

White with #150399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150399; }

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

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

background-color css

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

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

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

border-color css

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

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

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