Html Css Color HEX #152095 Ultramarine

📋 copy color: '#152095'

red 21 ◦ green 32 ◦ blue 149

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

Shades of Ultramarine #152095

Tints of Ultramarine #152095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 73.76%

R = 10.4%
G = 15.84%
B = 73.76%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#152095 (or 0x152095) is known color: Ultramarine. HEX triplet: 15, 20 and 95. RGB value is (21,32,149). Sum of RGB (Red+Green+Blue) = 21+32+149=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 149 (58.59% from 255 or 73.76% from 202); Max value from RGB is 149 - color contains mainly: blue. Hex color #152095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152095 is #EADF6A. Grayscale: #292929. Windows color (decimal): -15392619 or 9773077. OLE color: 9773077.

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

Color convert

RGB 21 32 149 -
CMYK 0.86 0.79 0 0.42
HSL 234.84º 0.75% 0.33% -
HSV(B) 234.84º 0.86% 0.58% -
XYZ 6.25 3.36 28.75 -
YUV 42.05 188.36 112.99 -
System Red Green Blue C M Y K H S L
Decimal 21 32 149 0.86 0.79 0 0.42 234.84 0.75 0.33
Hex 15 20 95 56 4F 0 2A EB 4B 21
Octal 25 40 225 126 117 0 52 353 113 41
Binary 10101 100000 10010101 1010110 1001111 0 101010 11101011 1001011 100001

Color Harmonies of #152095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152095

Black with #152095

Text Example


Text Example

White with #152095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152095; }

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

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

background-color css

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

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

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

border-color css

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

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

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