#25219c

Color #25219C Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #25219C

Tints of Ultramarine #25219C

Color information

#25219C (or 0x25219C) is unknown color: approx Ultramarine. HEX triplet: 25, 21 and 9C. RGB value is (37,33,156). Sum of RGB (Red+Green+Blue) = 37+33+156=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 156 (61.33% from 255 or 69.03% from 226); Max value from RGB is 156 - color contains mainly: blue. Hex color #25219C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25219C is #DADE63. Grayscale: #2F2F2F. Windows color (decimal): -14343780 or 10232101. OLE color: 10232101.

HSL color Cylindrical-coordinate representation of color #25219C: hue angle of 241.95º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25219C is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3733156-
CMYK0.760.7900.39
HSL241.95º65.08%37.06%-
HSV(B)241.95º78.85%61.18%-
XYZ7.313.8831.82-
YUV48.22188.83120-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.37%
GREEN value IS 33 (13.28% from 255) = 14.60%
BLUE value IS 156 (61.33% from 255) = 69.03%
R=16.37%
G=14.60%
B=69.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal37331560.760.7900.39241.9565.0837.06
Hex25219C4C4F027f24125
Octal454123411411704736210145
Binary10010110000110011100100110010011110100111111100101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25219c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25219c; }

 p { color: rgb(37,33,156); }

 H1.HeaderClassName
 {
   color: #25219c;
 }
 .AnyTagClassName
 {
   color: #25219c;
 }
</style>
background-color css

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

 a { background-color: rgb(37,33,156); }

 div.DivClassName
 {
   background-color: #25219c;
 }
 .BgClassName
 {
   background-color: #25219c;
 }
</style>
border-color css

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

 span { border-color: rgb(37,33,156); }

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