Html Css Color HEX #151096 Ultramarine

📋 copy color: '#151096'

red 21 ◦ green 16 ◦ blue 150

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

Shades of Ultramarine #151096

Tints of Ultramarine #151096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.56%

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

R = 11.23%
G = 8.56%
B = 80.21%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#151096 (or 0x151096) is known color: Ultramarine. HEX triplet: 15, 10 and 96. RGB value is (21,16,150). Sum of RGB (Red+Green+Blue) = 21+16+150=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 150 (58.98% from 255 or 80.21% from 187); Max value from RGB is 150 - color contains mainly: blue. Hex color #151096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151096 is #EAEF69. Grayscale: #202020. Windows color (decimal): -15396714 or 9834517. OLE color: 9834517.

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

Color convert

RGB 21 16 150 -
CMYK 0.86 0.89 0 0.41
HSL 242.24º 0.81% 0.33% -
HSV(B) 242.24º 0.89% 0.59% -
XYZ 6 2.73 29.07 -
YUV 32.77 194.16 119.6 -
System Red Green Blue C M Y K H S L
Decimal 21 16 150 0.86 0.89 0 0.41 242.24 0.81 0.33
Hex 15 10 96 56 59 0 29 F2 51 21
Octal 25 20 226 126 131 0 51 362 121 41
Binary 10101 10000 10010110 1010110 1011001 0 101001 11110010 1010001 100001

Color Harmonies of #151096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151096

Black with #151096

Text Example


Text Example

White with #151096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151096; }

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

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

background-color css

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

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

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

border-color css

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

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

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