Html Css Color HEX #151285 Ultramarine

📋 copy color: '#151285'

red 21 ◦ green 18 ◦ blue 133

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

Shades of Ultramarine #151285

Tints of Ultramarine #151285

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.47%

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

R = 12.21%
G = 10.47%
B = 77.33%

CMYK

 C value IS 0.84

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#151285 (or 0x151285) is known color: Ultramarine. HEX triplet: 15, 12 and 85. RGB value is (21,18,133). Sum of RGB (Red+Green+Blue) = 21+18+133=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 133 (52.34% from 255 or 77.33% from 172); Max value from RGB is 133 - color contains mainly: blue. Hex color #151285 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151285 is #EAED7A. Grayscale: #1F1F1F. Windows color (decimal): -15396219 or 8720917. OLE color: 8720917.

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

Color convert

RGB 21 18 133 -
CMYK 0.84 0.86 0 0.48
HSL 241.57º 0.76% 0.3% -
HSV(B) 241.57º 0.86% 0.52% -
XYZ 4.76 2.29 22.38 -
YUV 32.01 184.99 120.15 -
System Red Green Blue C M Y K H S L
Decimal 21 18 133 0.84 0.86 0 0.48 241.57 0.76 0.3
Hex 15 12 85 54 56 0 30 F2 4C 1E
Octal 25 22 205 124 126 0 60 362 114 36
Binary 10101 10010 10000101 1010100 1010110 0 110000 11110010 1001100 11110

Color Harmonies of #151285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151285

Black with #151285

Text Example


Text Example

White with #151285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151285; }

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

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

background-color css

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

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

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

border-color css

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

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

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