Html Css Color HEX #150AAB Ultramarine

📋 copy color: '#150AAB'

red 21 ◦ green 10 ◦ blue 171

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

Shades of Ultramarine #150AAB

Tints of Ultramarine #150AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.95%

 BLUE value IS 171 (67.19% from 255) = 84.65%

R = 10.4%
G = 4.95%
B = 84.65%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#150AAB (or 0x150AAB) is known color: Ultramarine. HEX triplet: 15, 0A and AB. RGB value is (21,10,171). Sum of RGB (Red+Green+Blue) = 21+10+171=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 171 (67.19% from 255 or 84.65% from 202); Max value from RGB is 171 - color contains mainly: blue. Hex color #150AAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150AAB is #EAF554. Grayscale: #1F1F1F. Windows color (decimal): -15398229 or 11209237. OLE color: 11209237.

HSL color Cylindrical-coordinate representation of color #150AAB: hue angle of 244.1º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150AAB is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 10 171 -
CMYK 0.88 0.94 0 0.33
HSL 244.1º 0.89% 0.35% -
HSV(B) 244.1º 0.94% 0.67% -
XYZ 7.77 3.32 38.76 -
YUV 31.64 206.64 120.41 -
System Red Green Blue C M Y K H S L
Decimal 21 10 171 0.88 0.94 0 0.33 244.1 0.89 0.35
Hex 15 A AB 58 5E 0 21 F4 59 23
Octal 25 12 253 130 136 0 41 364 131 43
Binary 10101 1010 10101011 1011000 1011110 0 100001 11110100 1011001 100011

Color Harmonies of #150AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150AAB

Black with #150AAB

Text Example


Text Example

White with #150AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150AAB; }

 p { color: rgb(21,10,171); }

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

background-color css

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

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

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

border-color css

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

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

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