Html Css Color HEX #252591 Ultramarine

📋 copy color: '#252591'

red 37 ◦ green 37 ◦ blue 145

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

Shades of Ultramarine #252591

Tints of Ultramarine #252591

RGB

 RED value IS 37 (14.84% from 255) = 16.89%

 GREEN value IS 37 (14.84% from 255) = 16.89%

 BLUE value IS 145 (57.03% from 255) = 66.21%

R = 16.89%
G = 16.89%
B = 66.21%

CMYK

 C value IS 0.74

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#252591 (or 0x252591) is known color: Ultramarine. HEX triplet: 25, 25 and 91. RGB value is (37,37,145). Sum of RGB (Red+Green+Blue) = 37+37+145=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 145 (57.03% from 255 or 66.21% from 219); Max value from RGB is 145 - color contains mainly: blue. Hex color #252591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252591 is #DADA6E. Grayscale: #303030. Windows color (decimal): -14342767 or 9512229. OLE color: 9512229.

HSL color Cylindrical-coordinate representation of color #252591: hue angle of 240º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #252591 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 37 145 -
CMYK 0.74 0.74 0 0.43
HSL 240º 0.59% 0.36% -
HSV(B) 240º 0.74% 0.57% -
XYZ 6.54 3.76 27.17 -
YUV 49.31 182 119.22 -
System Red Green Blue C M Y K H S L
Decimal 37 37 145 0.74 0.74 0 0.43 240 0.59 0.36
Hex 25 25 91 4A 4A 0 2B F0 3B 24
Octal 45 45 221 112 112 0 53 360 73 44
Binary 100101 100101 10010001 1001010 1001010 0 101011 11110000 111011 100100

Color Harmonies of #252591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252591

Black with #252591

Text Example


Text Example

White with #252591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252591; }

 p { color: rgb(37,37,145); }

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

background-color css

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

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

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

border-color css

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

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

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