Html Css Color HEX #150F87 Ultramarine

📋 copy color: '#150F87'

red 21 ◦ green 15 ◦ blue 135

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

Shades of Ultramarine #150F87

Tints of Ultramarine #150F87

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.77%

 BLUE value IS 135 (53.13% from 255) = 78.95%

R = 12.28%
G = 8.77%
B = 78.95%

CMYK

 C value IS 0.84

 M value IS 0.89

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#150F87 (or 0x150F87) is known color: Ultramarine. HEX triplet: 15, 0F and 87. RGB value is (21,15,135). Sum of RGB (Red+Green+Blue) = 21+15+135=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 135 (53.12% from 255 or 78.95% from 171); Max value from RGB is 135 - color contains mainly: blue. Hex color #150F87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150F87 is #EAF078. Grayscale: #1E1E1E. Windows color (decimal): -15396985 or 8851221. OLE color: 8851221.

HSL color Cylindrical-coordinate representation of color #150F87: hue angle of 243º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #150F87 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 15 135 -
CMYK 0.84 0.89 0 0.47
HSL 243º 0.8% 0.29% -
HSV(B) 243º 0.89% 0.53% -
XYZ 4.85 2.25 23.1 -
YUV 30.47 186.99 121.24 -
System Red Green Blue C M Y K H S L
Decimal 21 15 135 0.84 0.89 0 0.47 243 0.8 0.29
Hex 15 F 87 54 59 0 2F F3 50 1D
Octal 25 17 207 124 131 0 57 363 120 35
Binary 10101 1111 10000111 1010100 1011001 0 101111 11110011 1010000 11101

Color Harmonies of #150F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150F87

Black with #150F87

Text Example


Text Example

White with #150F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,15,135); }

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

background-color css

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

 a { background-color: rgb(21,15,135); }

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

border-color css

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

 span { border-color: rgb(21,15,135); }

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