Html Css Color HEX #152195 Ultramarine

📋 copy color: '#152195'

red 21 ◦ green 33 ◦ blue 149

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

Shades of Ultramarine #152195

Tints of Ultramarine #152195

RGB

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

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

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

R = 10.34%
G = 16.26%
B = 73.4%

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

#152195 (or 0x152195) is known color: Ultramarine. HEX triplet: 15, 21 and 95. RGB value is (21,33,149). Sum of RGB (Red+Green+Blue) = 21+33+149=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #152195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152195 is #EADE6A. Grayscale: #2A2A2A. Windows color (decimal): -15392363 or 9773333. OLE color: 9773333.

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

Color convert

RGB 21 33 149 -
CMYK 0.86 0.78 0 0.42
HSL 234.38º 0.75% 0.33% -
HSV(B) 234.38º 0.86% 0.58% -
XYZ 6.28 3.42 28.76 -
YUV 42.64 188.02 112.57 -
System Red Green Blue C M Y K H S L
Decimal 21 33 149 0.86 0.78 0 0.42 234.38 0.75 0.33
Hex 15 21 95 56 4E 0 2A EA 4B 21
Octal 25 41 225 126 116 0 52 352 113 41
Binary 10101 100001 10010101 1010110 1001110 0 101010 11101010 1001011 100001

Color Harmonies of #152195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152195

Black with #152195

Text Example


Text Example

White with #152195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152195; }

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

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

background-color css

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

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

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

border-color css

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

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

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