Html Css Color HEX #252491 Ultramarine

📋 copy color: '#252491'

red 37 ◦ green 36 ◦ blue 145

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

Shades of Ultramarine #252491

Tints of Ultramarine #252491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.51%

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

R = 16.97%
G = 16.51%
B = 66.51%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#252491 (or 0x252491) is known color: Ultramarine. HEX triplet: 25, 24 and 91. RGB value is (37,36,145). Sum of RGB (Red+Green+Blue) = 37+36+145=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 145 (57.03% from 255 or 66.51% from 218); Max value from RGB is 145 - color contains mainly: blue. Hex color #252491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252491 is #DADB6E. Grayscale: #303030. Windows color (decimal): -14343023 or 9511973. OLE color: 9511973.

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

Color convert

RGB 37 36 145 -
CMYK 0.74 0.75 0 0.43
HSL 240.55º 0.6% 0.35% -
HSV(B) 240.55º 0.75% 0.57% -
XYZ 6.5 3.7 27.16 -
YUV 48.73 182.33 119.64 -
System Red Green Blue C M Y K H S L
Decimal 37 36 145 0.74 0.75 0 0.43 240.55 0.6 0.35
Hex 25 24 91 4A 4B 0 2B F1 3C 23
Octal 45 44 221 112 113 0 53 361 74 43
Binary 100101 100100 10010001 1001010 1001011 0 101011 11110001 111100 100011

Color Harmonies of #252491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252491

Black with #252491

Text Example


Text Example

White with #252491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252491; }

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

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

background-color css

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

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

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

border-color css

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

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

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