Html Css Color HEX #150182 Ultramarine

📋 copy color: '#150182'

red 21 ◦ green 1 ◦ blue 130

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

Shades of Ultramarine #150182

Tints of Ultramarine #150182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

 BLUE value IS 130 (51.17% from 255) = 85.53%

R = 13.82%
G = 0.66%
B = 85.53%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#150182 (or 0x150182) is known color: Ultramarine. HEX triplet: 15, 01 and 82. RGB value is (21,1,130). Sum of RGB (Red+Green+Blue) = 21+1+130=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 130 (51.17% from 255 or 85.53% from 152); Max value from RGB is 130 - color contains mainly: blue. Hex color #150182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150182 is #EAFE7D. Grayscale: #151515. Windows color (decimal): -15400574 or 8519957. OLE color: 8519957.

HSL color Cylindrical-coordinate representation of color #150182: hue angle of 249.3º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #150182 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 1 130 -
CMYK 0.84 0.99 0 0.49
HSL 249.3º 0.98% 0.26% -
HSV(B) 249.3º 0.99% 0.51% -
XYZ 4.35 1.79 21.24 -
YUV 21.69 189.13 127.51 -
System Red Green Blue C M Y K H S L
Decimal 21 1 130 0.84 0.99 0 0.49 249.3 0.98 0.26
Hex 15 1 82 54 63 0 31 F9 62 1A
Octal 25 1 202 124 143 0 61 371 142 32
Binary 10101 1 10000010 1010100 1100011 0 110001 11111001 1100010 11010

Color Harmonies of #150182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150182

Black with #150182

Text Example


Text Example

White with #150182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150182; }

 p { color: rgb(21,1,130); }

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

background-color css

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

 a { background-color: rgb(21,1,130); }

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

border-color css

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

 span { border-color: rgb(21,1,130); }

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