Html Css Color HEX #150595 Ultramarine

📋 copy color: '#150595'

red 21 ◦ green 5 ◦ blue 149

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

Shades of Ultramarine #150595

Tints of Ultramarine #150595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.86%

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

R = 12%
G = 2.86%
B = 85.14%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#150595 (or 0x150595) is known color: Ultramarine. HEX triplet: 15, 05 and 95. RGB value is (21,5,149). Sum of RGB (Red+Green+Blue) = 21+5+149=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 149 (58.59% from 255 or 85.14% from 175); Max value from RGB is 149 - color contains mainly: blue. Hex color #150595 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150595 is #EAFA6A. Grayscale: #191919. Windows color (decimal): -15399531 or 9766165. OLE color: 9766165.

HSL color Cylindrical-coordinate representation of color #150595: hue angle of 246.67º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #150595 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 5 149 -
CMYK 0.86 0.97 0 0.42
HSL 246.67º 0.94% 0.3% -
HSV(B) 246.67º 0.97% 0.58% -
XYZ 5.79 2.44 28.6 -
YUV 26.2 197.3 124.29 -
System Red Green Blue C M Y K H S L
Decimal 21 5 149 0.86 0.97 0 0.42 246.67 0.94 0.3
Hex 15 5 95 56 61 0 2A F7 5E 1E
Octal 25 5 225 126 141 0 52 367 136 36
Binary 10101 101 10010101 1010110 1100001 0 101010 11110111 1011110 11110

Color Harmonies of #150595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150595

Black with #150595

Text Example


Text Example

White with #150595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150595; }

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

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

background-color css

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

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

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

border-color css

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

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

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