Html Css Color HEX #150985 Ultramarine

📋 copy color: '#150985'

red 21 ◦ green 9 ◦ blue 133

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

Shades of Ultramarine #150985

Tints of Ultramarine #150985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.52%

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

R = 12.88%
G = 5.52%
B = 81.6%

CMYK

 C value IS 0.84

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#150985 (or 0x150985) is known color: Ultramarine. HEX triplet: 15, 09 and 85. RGB value is (21,9,133). Sum of RGB (Red+Green+Blue) = 21+9+133=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 133 (52.34% from 255 or 81.60% from 163); Max value from RGB is 133 - color contains mainly: blue. Hex color #150985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150985 is #EAF67A. Grayscale: #1A1A1A. Windows color (decimal): -15398523 or 8718613. OLE color: 8718613.

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

Color convert

RGB 21 9 133 -
CMYK 0.84 0.93 0 0.48
HSL 245.81º 0.87% 0.28% -
HSV(B) 245.81º 0.93% 0.52% -
XYZ 4.64 2.05 22.34 -
YUV 26.72 187.98 123.92 -
System Red Green Blue C M Y K H S L
Decimal 21 9 133 0.84 0.93 0 0.48 245.81 0.87 0.28
Hex 15 9 85 54 5D 0 30 F6 57 1C
Octal 25 11 205 124 135 0 60 366 127 34
Binary 10101 1001 10000101 1010100 1011101 0 110000 11110110 1010111 11100

Color Harmonies of #150985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150985

Black with #150985

Text Example


Text Example

White with #150985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150985; }

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

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

background-color css

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

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

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

border-color css

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

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

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