Html Css Color HEX #150682 Ultramarine

📋 copy color: '#150682'

red 21 ◦ green 6 ◦ blue 130

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

Shades of Ultramarine #150682

Tints of Ultramarine #150682

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.82%

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

R = 13.38%
G = 3.82%
B = 82.8%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#150682 (or 0x150682) is known color: Ultramarine. HEX triplet: 15, 06 and 82. RGB value is (21,6,130). Sum of RGB (Red+Green+Blue) = 21+6+130=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 130 (51.17% from 255 or 82.80% from 157); Max value from RGB is 130 - color contains mainly: blue. Hex color #150682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150682 is #EAF97D. Grayscale: #181818. Windows color (decimal): -15399294 or 8521237. OLE color: 8521237.

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

Color convert

RGB 21 6 130 -
CMYK 0.84 0.95 0 0.49
HSL 247.26º 0.91% 0.27% -
HSV(B) 247.26º 0.95% 0.51% -
XYZ 4.4 1.9 21.25 -
YUV 24.62 187.47 125.42 -
System Red Green Blue C M Y K H S L
Decimal 21 6 130 0.84 0.95 0 0.49 247.26 0.91 0.27
Hex 15 6 82 54 5F 0 31 F7 5B 1B
Octal 25 6 202 124 137 0 61 367 133 33
Binary 10101 110 10000010 1010100 1011111 0 110001 11110111 1011011 11011

Color Harmonies of #150682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150682

Black with #150682

Text Example


Text Example

White with #150682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150682; }

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

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

background-color css

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

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

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

border-color css

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

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

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