Html Css Color HEX #150386 Ultramarine

📋 copy color: '#150386'

red 21 ◦ green 3 ◦ blue 134

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

Shades of Ultramarine #150386

Tints of Ultramarine #150386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 84.81%

R = 13.29%
G = 1.9%
B = 84.81%

CMYK

 C value IS 0.84

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#150386 (or 0x150386) is known color: Ultramarine. HEX triplet: 15, 03 and 86. RGB value is (21,3,134). Sum of RGB (Red+Green+Blue) = 21+3+134=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 134 (52.73% from 255 or 84.81% from 158); Max value from RGB is 134 - color contains mainly: blue. Hex color #150386 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150386 is #EAFC79. Grayscale: #161616. Windows color (decimal): -15400058 or 8782613. OLE color: 8782613.

HSL color Cylindrical-coordinate representation of color #150386: hue angle of 248.24º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150386 is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 3 134 -
CMYK 0.84 0.98 0 0.47
HSL 248.24º 0.96% 0.27% -
HSV(B) 248.24º 0.98% 0.53% -
XYZ 4.64 1.95 22.69 -
YUV 23.32 190.46 126.35 -
System Red Green Blue C M Y K H S L
Decimal 21 3 134 0.84 0.98 0 0.47 248.24 0.96 0.27
Hex 15 3 86 54 62 0 2F F8 60 1B
Octal 25 3 206 124 142 0 57 370 140 33
Binary 10101 11 10000110 1010100 1100010 0 101111 11111000 1100000 11011

Color Harmonies of #150386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150386

Black with #150386

Text Example


Text Example

White with #150386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150386; }

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

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

background-color css

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

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

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

border-color css

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

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

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