Html Css Color HEX #150687 Ultramarine

📋 copy color: '#150687'

red 21 ◦ green 6 ◦ blue 135

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

Shades of Ultramarine #150687

Tints of Ultramarine #150687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 83.33%

R = 12.96%
G = 3.7%
B = 83.33%

CMYK

 C value IS 0.84

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#150687 (or 0x150687) is known color: Ultramarine. HEX triplet: 15, 06 and 87. RGB value is (21,6,135). Sum of RGB (Red+Green+Blue) = 21+6+135=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 135 (53.12% from 255 or 83.33% from 162); Max value from RGB is 135 - color contains mainly: blue. Hex color #150687 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150687 is #EAF978. Grayscale: #181818. Windows color (decimal): -15399289 or 8848917. OLE color: 8848917.

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

Color convert

RGB 21 6 135 -
CMYK 0.84 0.96 0 0.47
HSL 246.98º 0.91% 0.28% -
HSV(B) 246.98º 0.96% 0.53% -
XYZ 4.75 2.04 23.07 -
YUV 25.19 189.97 125.01 -
System Red Green Blue C M Y K H S L
Decimal 21 6 135 0.84 0.96 0 0.47 246.98 0.91 0.28
Hex 15 6 87 54 60 0 2F F7 5B 1C
Octal 25 6 207 124 140 0 57 367 133 34
Binary 10101 110 10000111 1010100 1100000 0 101111 11110111 1011011 11100

Color Harmonies of #150687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150687

Black with #150687

Text Example


Text Example

White with #150687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150687; }

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

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

background-color css

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

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

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

border-color css

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

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

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