Html Css Color HEX #252595 Ultramarine

📋 copy color: '#252595'

red 37 ◦ green 37 ◦ blue 149

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

Shades of Ultramarine #252595

Tints of Ultramarine #252595

RGB

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

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

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

R = 16.59%
G = 16.59%
B = 66.82%

CMYK

 C value IS 0.75

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#252595 (or 0x252595) is known color: Ultramarine. HEX triplet: 25, 25 and 95. RGB value is (37,37,149). Sum of RGB (Red+Green+Blue) = 37+37+149=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #252595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252595 is #DADA6A. Grayscale: #313131. Windows color (decimal): -14342763 or 9774373. OLE color: 9774373.

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

Color convert

RGB 37 37 149 -
CMYK 0.75 0.75 0 0.42
HSL 240º 0.6% 0.36% -
HSV(B) 240º 0.75% 0.58% -
XYZ 6.85 3.89 28.82 -
YUV 49.77 184 118.89 -
System Red Green Blue C M Y K H S L
Decimal 37 37 149 0.75 0.75 0 0.42 240 0.6 0.36
Hex 25 25 95 4B 4B 0 2A F0 3C 24
Octal 45 45 225 113 113 0 52 360 74 44
Binary 100101 100101 10010101 1001011 1001011 0 101010 11110000 111100 100100

Color Harmonies of #252595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252595

Black with #252595

Text Example


Text Example

White with #252595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252595; }

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

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

background-color css

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

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

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

border-color css

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

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

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