Html Css Color HEX #150395 Ultramarine

📋 copy color: '#150395'

red 21 ◦ green 3 ◦ blue 149

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

Shades of Ultramarine #150395

Tints of Ultramarine #150395

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.73%

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

R = 12.14%
G = 1.73%
B = 86.13%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#150395 (or 0x150395) is known color: Ultramarine. HEX triplet: 15, 03 and 95. RGB value is (21,3,149). Sum of RGB (Red+Green+Blue) = 21+3+149=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 149 (58.59% from 255 or 86.13% from 173); Max value from RGB is 149 - color contains mainly: blue. Hex color #150395 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150395 is #EAFC6A. Grayscale: #181818. Windows color (decimal): -15400043 or 9765653. OLE color: 9765653.

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

Color convert

RGB 21 3 149 -
CMYK 0.86 0.98 0 0.42
HSL 247.4º 0.96% 0.3% -
HSV(B) 247.4º 0.98% 0.58% -
XYZ 5.77 2.39 28.59 -
YUV 25.03 197.96 125.13 -
System Red Green Blue C M Y K H S L
Decimal 21 3 149 0.86 0.98 0 0.42 247.4 0.96 0.3
Hex 15 3 95 56 62 0 2A F7 60 1E
Octal 25 3 225 126 142 0 52 367 140 36
Binary 10101 11 10010101 1010110 1100010 0 101010 11110111 1100000 11110

Color Harmonies of #150395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150395

Black with #150395

Text Example


Text Example

White with #150395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150395; }

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

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

background-color css

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

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

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

border-color css

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

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

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