Html Css Color HEX #150788 Ultramarine

📋 copy color: '#150788'

red 21 ◦ green 7 ◦ blue 136

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

Shades of Ultramarine #150788

Tints of Ultramarine #150788

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.27%

 BLUE value IS 136 (53.52% from 255) = 82.93%

R = 12.8%
G = 4.27%
B = 82.93%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#150788 (or 0x150788) is known color: Ultramarine. HEX triplet: 15, 07 and 88. RGB value is (21,7,136). Sum of RGB (Red+Green+Blue) = 21+7+136=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 136 (53.52% from 255 or 82.93% from 164); Max value from RGB is 136 - color contains mainly: blue. Hex color #150788 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150788 is #EAF877. Grayscale: #191919. Windows color (decimal): -15399032 or 8914709. OLE color: 8914709.

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

Color convert

RGB 21 7 136 -
CMYK 0.85 0.95 0 0.47
HSL 246.51º 0.9% 0.28% -
HSV(B) 246.51º 0.95% 0.53% -
XYZ 4.83 2.09 23.44 -
YUV 25.89 190.14 124.51 -
System Red Green Blue C M Y K H S L
Decimal 21 7 136 0.85 0.95 0 0.47 246.51 0.9 0.28
Hex 15 7 88 55 5F 0 2F F7 5A 1C
Octal 25 7 210 125 137 0 57 367 132 34
Binary 10101 111 10001000 1010101 1011111 0 101111 11110111 1011010 11100

Color Harmonies of #150788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150788

Black with #150788

Text Example


Text Example

White with #150788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150788; }

 p { color: rgb(21,7,136); }

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

background-color css

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

 a { background-color: rgb(21,7,136); }

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

border-color css

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

 span { border-color: rgb(21,7,136); }

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