Html Css Color HEX #151185 Ultramarine

📋 copy color: '#151185'

red 21 ◦ green 17 ◦ blue 133

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

Shades of Ultramarine #151185

Tints of Ultramarine #151185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.94%

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

R = 12.28%
G = 9.94%
B = 77.78%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#151185 (or 0x151185) is known color: Ultramarine. HEX triplet: 15, 11 and 85. RGB value is (21,17,133). Sum of RGB (Red+Green+Blue) = 21+17+133=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 133 (52.34% from 255 or 77.78% from 171); Max value from RGB is 133 - color contains mainly: blue. Hex color #151185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151185 is #EAEE7A. Grayscale: #1E1E1E. Windows color (decimal): -15396475 or 8720661. OLE color: 8720661.

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

Color convert

RGB 21 17 133 -
CMYK 0.84 0.87 0 0.48
HSL 242.07º 0.77% 0.29% -
HSV(B) 242.07º 0.87% 0.52% -
XYZ 4.74 2.25 22.38 -
YUV 31.42 185.33 120.57 -
System Red Green Blue C M Y K H S L
Decimal 21 17 133 0.84 0.87 0 0.48 242.07 0.77 0.29
Hex 15 11 85 54 57 0 30 F2 4D 1D
Octal 25 21 205 124 127 0 60 362 115 35
Binary 10101 10001 10000101 1010100 1010111 0 110000 11110010 1001101 11101

Color Harmonies of #151185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151185

Black with #151185

Text Example


Text Example

White with #151185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151185; }

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

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

background-color css

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

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

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

border-color css

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

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

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