Html Css Color HEX #150883 Ultramarine

📋 copy color: '#150883'

red 21 ◦ green 8 ◦ blue 131

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

Shades of Ultramarine #150883

Tints of Ultramarine #150883

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5%

 BLUE value IS 131 (51.56% from 255) = 81.88%

R = 13.13%
G = 5%
B = 81.88%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#150883 (or 0x150883) is known color: Ultramarine. HEX triplet: 15, 08 and 83. RGB value is (21,8,131). Sum of RGB (Red+Green+Blue) = 21+8+131=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 131 (51.56% from 255 or 81.88% from 160); Max value from RGB is 131 - color contains mainly: blue. Hex color #150883 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150883 is #EAF77C. Grayscale: #191919. Windows color (decimal): -15398781 or 8587285. OLE color: 8587285.

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

Color convert

RGB 21 8 131 -
CMYK 0.84 0.94 0 0.49
HSL 246.34º 0.88% 0.27% -
HSV(B) 246.34º 0.94% 0.51% -
XYZ 4.49 1.97 21.62 -
YUV 25.91 187.31 124.5 -
System Red Green Blue C M Y K H S L
Decimal 21 8 131 0.84 0.94 0 0.49 246.34 0.88 0.27
Hex 15 8 83 54 5E 0 31 F6 58 1B
Octal 25 10 203 124 136 0 61 366 130 33
Binary 10101 1000 10000011 1010100 1011110 0 110001 11110110 1011000 11011

Color Harmonies of #150883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150883

Black with #150883

Text Example


Text Example

White with #150883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150883; }

 p { color: rgb(21,8,131); }

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

background-color css

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

 a { background-color: rgb(21,8,131); }

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

border-color css

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

 span { border-color: rgb(21,8,131); }

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