Html Css Color HEX #150D8A Ultramarine

📋 copy color: '#150D8A'

red 21 ◦ green 13 ◦ blue 138

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

Shades of Ultramarine #150D8A

Tints of Ultramarine #150D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 80.23%

R = 12.21%
G = 7.56%
B = 80.23%

CMYK

 C value IS 0.85

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#150D8A (or 0x150D8A) is known color: Ultramarine. HEX triplet: 15, 0D and 8A. RGB value is (21,13,138). Sum of RGB (Red+Green+Blue) = 21+13+138=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 138 (54.30% from 255 or 80.23% from 172); Max value from RGB is 138 - color contains mainly: blue. Hex color #150D8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150D8A is #EAF275. Grayscale: #1D1D1D. Windows color (decimal): -15397494 or 9047317. OLE color: 9047317.

HSL color Cylindrical-coordinate representation of color #150D8A: hue angle of 243.84º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #150D8A is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 21 13 138 -
CMYK 0.85 0.91 0 0.46
HSL 243.84º 0.83% 0.3% -
HSV(B) 243.84º 0.91% 0.54% -
XYZ 5.04 2.28 24.22 -
YUV 29.64 189.15 121.84 -
System Red Green Blue C M Y K H S L
Decimal 21 13 138 0.85 0.91 0 0.46 243.84 0.83 0.3
Hex 15 D 8A 55 5B 0 2E F4 53 1E
Octal 25 15 212 125 133 0 56 364 123 36
Binary 10101 1101 10001010 1010101 1011011 0 101110 11110100 1010011 11110

Color Harmonies of #150D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150D8A

Black with #150D8A

Text Example


Text Example

White with #150D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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