Html Css Color HEX #150185 Ultramarine

📋 copy color: '#150185'

red 21 ◦ green 1 ◦ blue 133

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

Shades of Ultramarine #150185

Tints of Ultramarine #150185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 13.55%
G = 0.65%
B = 85.81%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#150185 (or 0x150185) is known color: Ultramarine. HEX triplet: 15, 01 and 85. RGB value is (21,1,133). Sum of RGB (Red+Green+Blue) = 21+1+133=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 133 (52.34% from 255 or 85.81% from 155); Max value from RGB is 133 - color contains mainly: blue. Hex color #150185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150185 is #EAFE7A. Grayscale: #151515. Windows color (decimal): -15400571 or 8716565. OLE color: 8716565.

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

Color convert

RGB 21 1 133 -
CMYK 0.84 0.99 0 0.48
HSL 249.09º 0.99% 0.26% -
HSV(B) 249.09º 0.99% 0.52% -
XYZ 4.55 1.87 22.31 -
YUV 22.03 190.63 127.27 -
System Red Green Blue C M Y K H S L
Decimal 21 1 133 0.84 0.99 0 0.48 249.09 0.99 0.26
Hex 15 1 85 54 63 0 30 F9 63 1A
Octal 25 1 205 124 143 0 60 371 143 32
Binary 10101 1 10000101 1010100 1100011 0 110000 11111001 1100011 11010

Color Harmonies of #150185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150185

Black with #150185

Text Example


Text Example

White with #150185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150185; }

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

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

background-color css

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

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

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

border-color css

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

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

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