Html Css Color HEX #150F89 Ultramarine

📋 copy color: '#150F89'

red 21 ◦ green 15 ◦ blue 137

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

Shades of Ultramarine #150F89

Tints of Ultramarine #150F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 79.19%

R = 12.14%
G = 8.67%
B = 79.19%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#150F89 (or 0x150F89) is known color: Ultramarine. HEX triplet: 15, 0F and 89. RGB value is (21,15,137). Sum of RGB (Red+Green+Blue) = 21+15+137=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 137 (53.91% from 255 or 79.19% from 173); Max value from RGB is 137 - color contains mainly: blue. Hex color #150F89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150F89 is #EAF076. Grayscale: #1E1E1E. Windows color (decimal): -15396983 or 8982293. OLE color: 8982293.

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

Color convert

RGB 21 15 137 -
CMYK 0.85 0.89 0 0.46
HSL 242.95º 0.8% 0.3% -
HSV(B) 242.95º 0.89% 0.54% -
XYZ 5 2.31 23.85 -
YUV 30.7 187.99 121.08 -
System Red Green Blue C M Y K H S L
Decimal 21 15 137 0.85 0.89 0 0.46 242.95 0.8 0.3
Hex 15 F 89 55 59 0 2E F3 50 1E
Octal 25 17 211 125 131 0 56 363 120 36
Binary 10101 1111 10001001 1010101 1011001 0 101110 11110011 1010000 11110

Color Harmonies of #150F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150F89

Black with #150F89

Text Example


Text Example

White with #150F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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