Html Css Color HEX #150EAD Ultramarine

📋 copy color: '#150EAD'

red 21 ◦ green 14 ◦ blue 173

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

Shades of Ultramarine #150EAD

Tints of Ultramarine #150EAD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.73%

 BLUE value IS 173 (67.97% from 255) = 83.17%

R = 10.1%
G = 6.73%
B = 83.17%

CMYK

 C value IS 0.88

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#150EAD (or 0x150EAD) is known color: Ultramarine. HEX triplet: 15, 0E and AD. RGB value is (21,14,173). Sum of RGB (Red+Green+Blue) = 21+14+173=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 173 (67.97% from 255 or 83.17% from 208); Max value from RGB is 173 - color contains mainly: blue. Hex color #150EAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150EAD is #EAF152. Grayscale: #212121. Windows color (decimal): -15397203 or 11341333. OLE color: 11341333.

HSL color Cylindrical-coordinate representation of color #150EAD: hue angle of 242.64º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150EAD is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 14 173 -
CMYK 0.88 0.92 0 0.32
HSL 242.64º 0.85% 0.37% -
HSV(B) 242.64º 0.92% 0.68% -
XYZ 8.01 3.49 39.79 -
YUV 34.22 206.32 118.57 -
System Red Green Blue C M Y K H S L
Decimal 21 14 173 0.88 0.92 0 0.32 242.64 0.85 0.37
Hex 15 E AD 58 5C 0 20 F3 55 25
Octal 25 16 255 130 134 0 40 363 125 45
Binary 10101 1110 10101101 1011000 1011100 0 100000 11110011 1010101 100101

Color Harmonies of #150EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150EAD

Black with #150EAD

Text Example


Text Example

White with #150EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,14,173); }

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

background-color css

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

 a { background-color: rgb(21,14,173); }

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

border-color css

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

 span { border-color: rgb(21,14,173); }

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