Html Css Color HEX #252599 Ultramarine

📋 copy color: '#252599'

red 37 ◦ green 37 ◦ blue 153

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

Shades of Ultramarine #252599

Tints of Ultramarine #252599

RGB

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

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

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

R = 16.3%
G = 16.3%
B = 67.4%

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

#252599 (or 0x252599) is known color: Ultramarine. HEX triplet: 25, 25 and 99. RGB value is (37,37,153). Sum of RGB (Red+Green+Blue) = 37+37+153=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #252599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252599 is #DADA66. Grayscale: #313131. Windows color (decimal): -14342759 or 10036517. OLE color: 10036517.

HSL color Cylindrical-coordinate representation of color #252599: hue angle of 240º degrees, saturation: 0.61, 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 #252599 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 37 37 153 -
CMYK 0.76 0.76 0 0.4
HSL 240º 0.61% 0.37% -
HSV(B) 240º 0.76% 0.6% -
XYZ 7.17 4.02 30.53 -
YUV 50.22 186 118.57 -
System Red Green Blue C M Y K H S L
Decimal 37 37 153 0.76 0.76 0 0.4 240 0.61 0.37
Hex 25 25 99 4C 4C 0 28 F0 3D 25
Octal 45 45 231 114 114 0 50 360 75 45
Binary 100101 100101 10011001 1001100 1001100 0 101000 11110000 111101 100101

Color Harmonies of #252599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252599

Black with #252599

Text Example


Text Example

White with #252599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252599; }

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

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

background-color css

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

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

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

border-color css

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

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

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