Html Css Color HEX #150394 Ultramarine

📋 copy color: '#150394'

red 21 ◦ green 3 ◦ blue 148

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

Shades of Ultramarine #150394

Tints of Ultramarine #150394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 86.05%

R = 12.21%
G = 1.74%
B = 86.05%

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

#150394 (or 0x150394) is known color: Ultramarine. HEX triplet: 15, 03 and 94. RGB value is (21,3,148). Sum of RGB (Red+Green+Blue) = 21+3+148=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 148 (58.20% from 255 or 86.05% from 172); Max value from RGB is 148 - color contains mainly: blue. Hex color #150394 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150394 is #EAFC6B. Grayscale: #181818. Windows color (decimal): -15400044 or 9700117. OLE color: 9700117.

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

Color convert

RGB 21 3 148 -
CMYK 0.86 0.98 0 0.42
HSL 247.45º 0.96% 0.3% -
HSV(B) 247.45º 0.98% 0.58% -
XYZ 5.69 2.36 28.17 -
YUV 24.91 197.46 125.21 -
System Red Green Blue C M Y K H S L
Decimal 21 3 148 0.86 0.98 0 0.42 247.45 0.96 0.3
Hex 15 3 94 56 62 0 2A F7 60 1E
Octal 25 3 224 126 142 0 52 367 140 36
Binary 10101 11 10010100 1010110 1100010 0 101010 11110111 1100000 11110

Color Harmonies of #150394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150394

Black with #150394

Text Example


Text Example

White with #150394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150394; }

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

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

background-color css

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

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

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

border-color css

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

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

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