Html Css Color HEX #150BAA Ultramarine

📋 copy color: '#150BAA'

red 21 ◦ green 11 ◦ blue 170

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

Shades of Ultramarine #150BAA

Tints of Ultramarine #150BAA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.45%

 BLUE value IS 170 (66.8% from 255) = 84.16%

R = 10.4%
G = 5.45%
B = 84.16%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#150BAA (or 0x150BAA) is known color: Ultramarine. HEX triplet: 15, 0B and AA. RGB value is (21,11,170). Sum of RGB (Red+Green+Blue) = 21+11+170=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 170 (66.80% from 255 or 84.16% from 202); Max value from RGB is 170 - color contains mainly: blue. Hex color #150BAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150BAA is #EAF455. Grayscale: #1F1F1F. Windows color (decimal): -15397974 or 11143957. OLE color: 11143957.

HSL color Cylindrical-coordinate representation of color #150BAA: hue angle of 243.77º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150BAA is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 11 170 -
CMYK 0.88 0.94 0 0.33
HSL 243.77º 0.88% 0.35% -
HSV(B) 243.77º 0.94% 0.67% -
XYZ 7.68 3.3 38.26 -
YUV 32.12 205.81 120.07 -
System Red Green Blue C M Y K H S L
Decimal 21 11 170 0.88 0.94 0 0.33 243.77 0.88 0.35
Hex 15 B AA 58 5E 0 21 F4 58 23
Octal 25 13 252 130 136 0 41 364 130 43
Binary 10101 1011 10101010 1011000 1011110 0 100001 11110100 1011000 100011

Color Harmonies of #150BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150BAA

Black with #150BAA

Text Example


Text Example

White with #150BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,11,170); }

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

background-color css

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

 a { background-color: rgb(21,11,170); }

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

border-color css

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

 span { border-color: rgb(21,11,170); }

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