Html Css Color HEX #150091 Ultramarine

📋 copy color: '#150091'

red 21 ◦ green 0 ◦ blue 145

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

Shades of Ultramarine #150091

Tints of Ultramarine #150091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 87.35%

R = 12.65%
G = 0%
B = 87.35%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#150091 (or 0x150091) is known color: Ultramarine. HEX triplet: 15, 00 and 91. RGB value is (21,0,145). Sum of RGB (Red+Green+Blue) = 21+0+145=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 145 (57.03% from 255 or 87.35% from 166); Max value from RGB is 145 - color contains mainly: blue. Hex color #150091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150091 is #EAFF6E. Grayscale: #161616. Windows color (decimal): -15400815 or 9502741. OLE color: 9502741.

HSL color Cylindrical-coordinate representation of color #150091: hue angle of 248.69º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150091 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 0 145 -
CMYK 0.86 1 0 0.43
HSL 248.69º 1% 0.28% -
HSV(B) 248.69º 1% 0.57% -
XYZ 5.42 2.2 26.93 -
YUV 22.81 196.96 126.71 -
System Red Green Blue C M Y K H S L
Decimal 21 0 145 0.86 1 0 0.43 248.69 1 0.28
Hex 15 0 91 56 64 0 2B F9 64 1C
Octal 25 0 221 126 144 0 53 371 144 34
Binary 10101 0 10010001 1010110 1100100 0 101011 11111001 1100100 11100

Color Harmonies of #150091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150091

Black with #150091

Text Example


Text Example

White with #150091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150091; }

 p { color: rgb(21,0,145); }

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

background-color css

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

 a { background-color: rgb(21,0,145); }

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

border-color css

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

 span { border-color: rgb(21,0,145); }

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