Html Css Color HEX #252092 Ultramarine

📋 copy color: '#252092'

red 37 ◦ green 32 ◦ blue 146

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

Shades of Ultramarine #252092

Tints of Ultramarine #252092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 67.91%

R = 17.21%
G = 14.88%
B = 67.91%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#252092 (or 0x252092) is known color: Ultramarine. HEX triplet: 25, 20 and 92. RGB value is (37,32,146). Sum of RGB (Red+Green+Blue) = 37+32+146=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 146 (57.42% from 255 or 67.91% from 215); Max value from RGB is 146 - color contains mainly: blue. Hex color #252092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252092 is #DADF6D. Grayscale: #2E2E2E. Windows color (decimal): -14344046 or 9576485. OLE color: 9576485.

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

Color convert

RGB 37 32 146 -
CMYK 0.75 0.78 0 0.43
HSL 242.63º 0.64% 0.35% -
HSV(B) 242.63º 0.78% 0.57% -
XYZ 6.47 3.5 27.53 -
YUV 46.49 184.16 121.23 -
System Red Green Blue C M Y K H S L
Decimal 37 32 146 0.75 0.78 0 0.43 242.63 0.64 0.35
Hex 25 20 92 4B 4E 0 2B F3 40 23
Octal 45 40 222 113 116 0 53 363 100 43
Binary 100101 100000 10010010 1001011 1001110 0 101011 11110011 1000000 100011

Color Harmonies of #252092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252092

Black with #252092

Text Example


Text Example

White with #252092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252092; }

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

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

background-color css

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

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

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

border-color css

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

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

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