Html Css Color HEX #150482 Ultramarine

📋 copy color: '#150482'

red 21 ◦ green 4 ◦ blue 130

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

Shades of Ultramarine #150482

Tints of Ultramarine #150482

RGB

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

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

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

R = 13.55%
G = 2.58%
B = 83.87%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#150482 (or 0x150482) is known color: Ultramarine. HEX triplet: 15, 04 and 82. RGB value is (21,4,130). Sum of RGB (Red+Green+Blue) = 21+4+130=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 130 (51.17% from 255 or 83.87% from 155); Max value from RGB is 130 - color contains mainly: blue. Hex color #150482 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150482 is #EAFB7D. Grayscale: #161616. Windows color (decimal): -15399806 or 8520725. OLE color: 8520725.

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

Color convert

RGB 21 4 130 -
CMYK 0.84 0.97 0 0.49
HSL 248.1º 0.94% 0.26% -
HSV(B) 248.1º 0.97% 0.51% -
XYZ 4.38 1.86 21.25 -
YUV 23.45 188.13 126.25 -
System Red Green Blue C M Y K H S L
Decimal 21 4 130 0.84 0.97 0 0.49 248.1 0.94 0.26
Hex 15 4 82 54 61 0 31 F8 5E 1A
Octal 25 4 202 124 141 0 61 370 136 32
Binary 10101 100 10000010 1010100 1100001 0 110001 11111000 1011110 11010

Color Harmonies of #150482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150482

Black with #150482

Text Example


Text Example

White with #150482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150482; }

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

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

background-color css

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

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

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

border-color css

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

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

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