Html Css Color HEX #152193 Ultramarine

📋 copy color: '#152193'

red 21 ◦ green 33 ◦ blue 147

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

Shades of Ultramarine #152193

Tints of Ultramarine #152193

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.42%

 BLUE value IS 147 (57.81% from 255) = 73.13%

R = 10.45%
G = 16.42%
B = 73.13%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#152193 (or 0x152193) is known color: Ultramarine. HEX triplet: 15, 21 and 93. RGB value is (21,33,147). Sum of RGB (Red+Green+Blue) = 21+33+147=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 147 (57.81% from 255 or 73.13% from 201); Max value from RGB is 147 - color contains mainly: blue. Hex color #152193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152193 is #EADE6C. Grayscale: #292929. Windows color (decimal): -15392365 or 9642261. OLE color: 9642261.

HSL color Cylindrical-coordinate representation of color #152193: hue angle of 234.29º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152193 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 33 147 -
CMYK 0.86 0.78 0 0.42
HSL 234.29º 0.75% 0.33% -
HSV(B) 234.29º 0.86% 0.58% -
XYZ 6.12 3.35 27.93 -
YUV 42.41 187.02 112.73 -
System Red Green Blue C M Y K H S L
Decimal 21 33 147 0.86 0.78 0 0.42 234.29 0.75 0.33
Hex 15 21 93 56 4E 0 2A EA 4B 21
Octal 25 41 223 126 116 0 52 352 113 41
Binary 10101 100001 10010011 1010110 1001110 0 101010 11101010 1001011 100001

Color Harmonies of #152193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152193

Black with #152193

Text Example


Text Example

White with #152193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152193; }

 p { color: rgb(21,33,147); }

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

background-color css

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

 a { background-color: rgb(21,33,147); }

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

border-color css

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

 span { border-color: rgb(21,33,147); }

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