Html Css Color HEX #150896 Ultramarine

📋 copy color: '#150896'

red 21 ◦ green 8 ◦ blue 150

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

Shades of Ultramarine #150896

Tints of Ultramarine #150896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.47%

 BLUE value IS 150 (58.98% from 255) = 83.8%

R = 11.73%
G = 4.47%
B = 83.8%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#150896 (or 0x150896) is known color: Ultramarine. HEX triplet: 15, 08 and 96. RGB value is (21,8,150). Sum of RGB (Red+Green+Blue) = 21+8+150=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 150 (58.98% from 255 or 83.80% from 179); Max value from RGB is 150 - color contains mainly: blue. Hex color #150896 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150896 is #EAF769. Grayscale: #1B1B1B. Windows color (decimal): -15398762 or 9832469. OLE color: 9832469.

HSL color Cylindrical-coordinate representation of color #150896: hue angle of 245.49º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150896 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 8 150 -
CMYK 0.86 0.95 0 0.41
HSL 245.49º 0.9% 0.31% -
HSV(B) 245.49º 0.95% 0.59% -
XYZ 5.9 2.54 29.03 -
YUV 28.08 196.81 122.95 -
System Red Green Blue C M Y K H S L
Decimal 21 8 150 0.86 0.95 0 0.41 245.49 0.9 0.31
Hex 15 8 96 56 5F 0 29 F5 5A 1F
Octal 25 10 226 126 137 0 51 365 132 37
Binary 10101 1000 10010110 1010110 1011111 0 101001 11110101 1011010 11111

Color Harmonies of #150896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150896

Black with #150896

Text Example


Text Example

White with #150896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150896; }

 p { color: rgb(21,8,150); }

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

background-color css

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

 a { background-color: rgb(21,8,150); }

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

border-color css

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

 span { border-color: rgb(21,8,150); }

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