Html Css Color HEX #150D7D Ultramarine

📋 copy color: '#150D7D'

red 21 ◦ green 13 ◦ blue 125

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

Shades of Ultramarine #150D7D

Tints of Ultramarine #150D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 78.62%

R = 13.21%
G = 8.18%
B = 78.62%

CMYK

 C value IS 0.83

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#150D7D (or 0x150D7D) is known color: Ultramarine. HEX triplet: 15, 0D and 7D. RGB value is (21,13,125). Sum of RGB (Red+Green+Blue) = 21+13+125=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 125 (49.22% from 255 or 78.62% from 159); Max value from RGB is 125 - color contains mainly: blue. Hex color #150D7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150D7D is #EAF282. Grayscale: #1B1B1B. Windows color (decimal): -15397507 or 8195349. OLE color: 8195349.

HSL color Cylindrical-coordinate representation of color #150D7D: hue angle of 244.29º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150D7D is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 13 125 -
CMYK 0.83 0.90 0 0.51
HSL 244.29º 0.81% 0.27% -
HSV(B) 244.29º 0.9% 0.49% -
XYZ 4.15 1.93 19.56 -
YUV 28.16 182.65 122.89 -
System Red Green Blue C M Y K H S L
Decimal 21 13 125 0.83 0.90 0 0.51 244.29 0.81 0.27
Hex 15 D 7D 53 5A 0 33 F4 51 1B
Octal 25 15 175 123 132 0 63 364 121 33
Binary 10101 1101 1111101 1010011 1011010 0 110011 11110100 1010001 11011

Color Harmonies of #150D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150D7D

Black with #150D7D

Text Example


Text Example

White with #150D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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