Html Css Color HEX #150495 Ultramarine

📋 copy color: '#150495'

red 21 ◦ green 4 ◦ blue 149

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

Shades of Ultramarine #150495

Tints of Ultramarine #150495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.3%

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

R = 12.07%
G = 2.3%
B = 85.63%

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

#150495 (or 0x150495) is known color: Ultramarine. HEX triplet: 15, 04 and 95. RGB value is (21,4,149). Sum of RGB (Red+Green+Blue) = 21+4+149=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 149 (58.59% from 255 or 85.63% from 174); Max value from RGB is 149 - color contains mainly: blue. Hex color #150495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150495 is #EAFB6A. Grayscale: #191919. Windows color (decimal): -15399787 or 9765909. OLE color: 9765909.

HSL color Cylindrical-coordinate representation of color #150495: hue angle of 247.03º degrees, saturation: 0.95, 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 #150495 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 4 149 -
CMYK 0.86 0.97 0 0.42
HSL 247.03º 0.95% 0.3% -
HSV(B) 247.03º 0.97% 0.58% -
XYZ 5.78 2.42 28.6 -
YUV 25.61 197.63 124.71 -
System Red Green Blue C M Y K H S L
Decimal 21 4 149 0.86 0.97 0 0.42 247.03 0.95 0.3
Hex 15 4 95 56 61 0 2A F7 5F 1E
Octal 25 4 225 126 141 0 52 367 137 36
Binary 10101 100 10010101 1010110 1100001 0 101010 11110111 1011111 11110

Color Harmonies of #150495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150495

Black with #150495

Text Example


Text Example

White with #150495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150495; }

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

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

background-color css

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

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

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

border-color css

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

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

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