Html Css Color HEX #252499 Ultramarine

📋 copy color: '#252499'

red 37 ◦ green 36 ◦ blue 153

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

Shades of Ultramarine #252499

Tints of Ultramarine #252499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 67.7%

R = 16.37%
G = 15.93%
B = 67.7%

CMYK

 C value IS 0.76

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#252499 (or 0x252499) is known color: Ultramarine. HEX triplet: 25, 24 and 99. RGB value is (37,36,153). Sum of RGB (Red+Green+Blue) = 37+36+153=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #252499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252499 is #DADB66. Grayscale: #313131. Windows color (decimal): -14343015 or 10036261. OLE color: 10036261.

HSL color Cylindrical-coordinate representation of color #252499: hue angle of 240.51º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #252499 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 37 36 153 -
CMYK 0.76 0.76 0 0.4
HSL 240.51º 0.62% 0.37% -
HSV(B) 240.51º 0.76% 0.6% -
XYZ 7.14 3.95 30.52 -
YUV 49.64 186.33 118.99 -
System Red Green Blue C M Y K H S L
Decimal 37 36 153 0.76 0.76 0 0.4 240.51 0.62 0.37
Hex 25 24 99 4C 4C 0 28 F1 3E 25
Octal 45 44 231 114 114 0 50 361 76 45
Binary 100101 100100 10011001 1001100 1001100 0 101000 11110001 111110 100101

Color Harmonies of #252499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252499

Black with #252499

Text Example


Text Example

White with #252499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252499; }

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

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

background-color css

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

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

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

border-color css

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

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

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