Html Css Color HEX #150CAB Ultramarine

📋 copy color: '#150CAB'

red 21 ◦ green 12 ◦ blue 171

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

Shades of Ultramarine #150CAB

Tints of Ultramarine #150CAB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.88%

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

R = 10.29%
G = 5.88%
B = 83.82%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#150CAB (or 0x150CAB) is known color: Ultramarine. HEX triplet: 15, 0C and AB. RGB value is (21,12,171). Sum of RGB (Red+Green+Blue) = 21+12+171=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 171 (67.19% from 255 or 83.82% from 204); Max value from RGB is 171 - color contains mainly: blue. Hex color #150CAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150CAB is #EAF354. Grayscale: #202020. Windows color (decimal): -15397717 or 11209749. OLE color: 11209749.

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

Color convert

RGB 21 12 171 -
CMYK 0.88 0.93 0 0.33
HSL 243.4º 0.87% 0.36% -
HSV(B) 243.4º 0.93% 0.67% -
XYZ 7.79 3.36 38.77 -
YUV 32.82 205.98 119.57 -
System Red Green Blue C M Y K H S L
Decimal 21 12 171 0.88 0.93 0 0.33 243.4 0.87 0.36
Hex 15 C AB 58 5D 0 21 F3 57 24
Octal 25 14 253 130 135 0 41 363 127 44
Binary 10101 1100 10101011 1011000 1011101 0 100001 11110011 1010111 100100

Color Harmonies of #150CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150CAB

Black with #150CAB

Text Example


Text Example

White with #150CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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