Html Css Color HEX #150A95 Ultramarine

📋 copy color: '#150A95'

red 21 ◦ green 10 ◦ blue 149

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

Shades of Ultramarine #150A95

Tints of Ultramarine #150A95

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.56%

 BLUE value IS 149 (58.59% from 255) = 82.78%

R = 11.67%
G = 5.56%
B = 82.78%

CMYK

 C value IS 0.86

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#150A95 (or 0x150A95) is known color: Ultramarine. HEX triplet: 15, 0A and 95. RGB value is (21,10,149). Sum of RGB (Red+Green+Blue) = 21+10+149=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 149 (58.59% from 255 or 82.78% from 180); Max value from RGB is 149 - color contains mainly: blue. Hex color #150A95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150A95 is #EAF56A. Grayscale: #1C1C1C. Windows color (decimal): -15398251 or 9767445. OLE color: 9767445.

HSL color Cylindrical-coordinate representation of color #150A95: hue angle of 244.75º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150A95 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 10 149 -
CMYK 0.86 0.93 0 0.42
HSL 244.75º 0.87% 0.31% -
HSV(B) 244.75º 0.93% 0.58% -
XYZ 5.84 2.55 28.62 -
YUV 29.14 195.64 122.2 -
System Red Green Blue C M Y K H S L
Decimal 21 10 149 0.86 0.93 0 0.42 244.75 0.87 0.31
Hex 15 A 95 56 5D 0 2A F5 57 1F
Octal 25 12 225 126 135 0 52 365 127 37
Binary 10101 1010 10010101 1010110 1011101 0 101010 11110101 1010111 11111

Color Harmonies of #150A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150A95

Black with #150A95

Text Example


Text Example

White with #150A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,10,149); }

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

background-color css

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

 a { background-color: rgb(21,10,149); }

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

border-color css

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

 span { border-color: rgb(21,10,149); }

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