Html Css Color HEX #150885 Ultramarine

📋 copy color: '#150885'

red 21 ◦ green 8 ◦ blue 133

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

Shades of Ultramarine #150885

Tints of Ultramarine #150885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 82.1%

R = 12.96%
G = 4.94%
B = 82.1%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#150885 (or 0x150885) is known color: Ultramarine. HEX triplet: 15, 08 and 85. RGB value is (21,8,133). Sum of RGB (Red+Green+Blue) = 21+8+133=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 133 (52.34% from 255 or 82.10% from 162); Max value from RGB is 133 - color contains mainly: blue. Hex color #150885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150885 is #EAF77A. Grayscale: #191919. Windows color (decimal): -15398779 or 8718357. OLE color: 8718357.

HSL color Cylindrical-coordinate representation of color #150885: hue angle of 246.24º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150885 is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 8 133 -
CMYK 0.84 0.94 0 0.48
HSL 246.24º 0.89% 0.28% -
HSV(B) 246.24º 0.94% 0.52% -
XYZ 4.63 2.03 22.34 -
YUV 26.14 188.31 124.34 -
System Red Green Blue C M Y K H S L
Decimal 21 8 133 0.84 0.94 0 0.48 246.24 0.89 0.28
Hex 15 8 85 54 5E 0 30 F6 59 1C
Octal 25 10 205 124 136 0 60 366 131 34
Binary 10101 1000 10000101 1010100 1011110 0 110000 11110110 1011001 11100

Color Harmonies of #150885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150885

Black with #150885

Text Example


Text Example

White with #150885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150885; }

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

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

background-color css

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

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

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

border-color css

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

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

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