Html Css Color HEX #150582 Ultramarine

📋 copy color: '#150582'

red 21 ◦ green 5 ◦ blue 130

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

Shades of Ultramarine #150582

Tints of Ultramarine #150582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.21%

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

R = 13.46%
G = 3.21%
B = 83.33%

CMYK

 C value IS 0.84

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#150582 (or 0x150582) is known color: Ultramarine. HEX triplet: 15, 05 and 82. RGB value is (21,5,130). Sum of RGB (Red+Green+Blue) = 21+5+130=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 130 (51.17% from 255 or 83.33% from 156); Max value from RGB is 130 - color contains mainly: blue. Hex color #150582 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150582 is #EAFA7D. Grayscale: #171717. Windows color (decimal): -15399550 or 8520981. OLE color: 8520981.

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

Color convert

RGB 21 5 130 -
CMYK 0.84 0.96 0 0.49
HSL 247.68º 0.93% 0.26% -
HSV(B) 247.68º 0.96% 0.51% -
XYZ 4.39 1.88 21.25 -
YUV 24.03 187.8 125.84 -
System Red Green Blue C M Y K H S L
Decimal 21 5 130 0.84 0.96 0 0.49 247.68 0.93 0.26
Hex 15 5 82 54 60 0 31 F8 5D 1A
Octal 25 5 202 124 140 0 61 370 135 32
Binary 10101 101 10000010 1010100 1100000 0 110001 11111000 1011101 11010

Color Harmonies of #150582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150582

Black with #150582

Text Example


Text Example

White with #150582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150582; }

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

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

background-color css

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

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

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

border-color css

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

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

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