Html Css Color HEX #150DAB Ultramarine

📋 copy color: '#150DAB'

red 21 ◦ green 13 ◦ blue 171

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

Shades of Ultramarine #150DAB

Tints of Ultramarine #150DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.34%

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

R = 10.24%
G = 6.34%
B = 83.41%

CMYK

 C value IS 0.88

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#150DAB (or 0x150DAB) is known color: Ultramarine. HEX triplet: 15, 0D and AB. RGB value is (21,13,171). Sum of RGB (Red+Green+Blue) = 21+13+171=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 171 (67.19% from 255 or 83.41% from 205); Max value from RGB is 171 - color contains mainly: blue. Hex color #150DAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150DAB is #EAF254. Grayscale: #202020. Windows color (decimal): -15397461 or 11210005. OLE color: 11210005.

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

Color convert

RGB 21 13 171 -
CMYK 0.88 0.92 0 0.33
HSL 243.04º 0.86% 0.36% -
HSV(B) 243.04º 0.92% 0.67% -
XYZ 7.8 3.39 38.77 -
YUV 33.4 205.65 119.15 -
System Red Green Blue C M Y K H S L
Decimal 21 13 171 0.88 0.92 0 0.33 243.04 0.86 0.36
Hex 15 D AB 58 5C 0 21 F3 56 24
Octal 25 15 253 130 134 0 41 363 126 44
Binary 10101 1101 10101011 1011000 1011100 0 100001 11110011 1010110 100100

Color Harmonies of #150DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150DAB

Black with #150DAB

Text Example


Text Example

White with #150DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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