Html Css Color HEX #252090 Ultramarine

📋 copy color: '#252090'

red 37 ◦ green 32 ◦ blue 144

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

Shades of Ultramarine #252090

Tints of Ultramarine #252090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.02%

 BLUE value IS 144 (56.64% from 255) = 67.61%

R = 17.37%
G = 15.02%
B = 67.61%

CMYK

 C value IS 0.74

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#252090 (or 0x252090) is known color: Ultramarine. HEX triplet: 25, 20 and 90. RGB value is (37,32,144). Sum of RGB (Red+Green+Blue) = 37+32+144=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #252090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252090 is #DADF6F. Grayscale: #2D2D2D. Windows color (decimal): -14344048 or 9445413. OLE color: 9445413.

HSL color Cylindrical-coordinate representation of color #252090: hue angle of 242.68º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #252090 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 32 144 -
CMYK 0.74 0.78 0 0.44
HSL 242.68º 0.64% 0.35% -
HSV(B) 242.68º 0.78% 0.56% -
XYZ 6.31 3.44 26.72 -
YUV 46.26 183.16 121.39 -
System Red Green Blue C M Y K H S L
Decimal 37 32 144 0.74 0.78 0 0.44 242.68 0.64 0.35
Hex 25 20 90 4A 4E 0 2C F3 40 23
Octal 45 40 220 112 116 0 54 363 100 43
Binary 100101 100000 10010000 1001010 1001110 0 101100 11110011 1000000 100011

Color Harmonies of #252090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252090

Black with #252090

Text Example


Text Example

White with #252090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252090; }

 p { color: rgb(37,32,144); }

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

background-color css

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

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

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

border-color css

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

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

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