Html Css Color HEX #152094 Ultramarine

📋 copy color: '#152094'

red 21 ◦ green 32 ◦ blue 148

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

Shades of Ultramarine #152094

Tints of Ultramarine #152094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 73.63%

R = 10.45%
G = 15.92%
B = 73.63%

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

#152094 (or 0x152094) is known color: Ultramarine. HEX triplet: 15, 20 and 94. RGB value is (21,32,148). Sum of RGB (Red+Green+Blue) = 21+32+148=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 148 (58.20% from 255 or 73.63% from 201); Max value from RGB is 148 - color contains mainly: blue. Hex color #152094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152094 is #EADF6B. Grayscale: #292929. Windows color (decimal): -15392620 or 9707541. OLE color: 9707541.

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

Color convert

RGB 21 32 148 -
CMYK 0.86 0.78 0 0.42
HSL 234.8º 0.75% 0.33% -
HSV(B) 234.8º 0.86% 0.58% -
XYZ 6.17 3.33 28.33 -
YUV 41.94 187.86 113.07 -
System Red Green Blue C M Y K H S L
Decimal 21 32 148 0.86 0.78 0 0.42 234.8 0.75 0.33
Hex 15 20 94 56 4E 0 2A EB 4B 21
Octal 25 40 224 126 116 0 52 353 113 41
Binary 10101 100000 10010100 1010110 1001110 0 101010 11101011 1001011 100001

Color Harmonies of #152094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152094

Black with #152094

Text Example


Text Example

White with #152094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152094; }

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

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

background-color css

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

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

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

border-color css

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

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

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