Html Css Color HEX #152093 Ultramarine

📋 copy color: '#152093'

red 21 ◦ green 32 ◦ blue 147

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

Shades of Ultramarine #152093

Tints of Ultramarine #152093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16%

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

R = 10.5%
G = 16%
B = 73.5%

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

#152093 (or 0x152093) is known color: Ultramarine. HEX triplet: 15, 20 and 93. RGB value is (21,32,147). Sum of RGB (Red+Green+Blue) = 21+32+147=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #152093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152093 is #EADF6C. Grayscale: #292929. Windows color (decimal): -15392621 or 9642005. OLE color: 9642005.

HSL color Cylindrical-coordinate representation of color #152093: hue angle of 234.76º 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 #152093 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 32 147 -
CMYK 0.86 0.78 0 0.42
HSL 234.76º 0.75% 0.33% -
HSV(B) 234.76º 0.86% 0.58% -
XYZ 6.09 3.3 27.92 -
YUV 41.82 187.36 113.15 -
System Red Green Blue C M Y K H S L
Decimal 21 32 147 0.86 0.78 0 0.42 234.76 0.75 0.33
Hex 15 20 93 56 4E 0 2A EB 4B 21
Octal 25 40 223 126 116 0 52 353 113 41
Binary 10101 100000 10010011 1010110 1001110 0 101010 11101011 1001011 100001

Color Harmonies of #152093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152093

Black with #152093

Text Example


Text Example

White with #152093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152093; }

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

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

background-color css

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

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

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

border-color css

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

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

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