Html Css Color HEX #252493 Ultramarine

📋 copy color: '#252493'

red 37 ◦ green 36 ◦ blue 147

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

Shades of Ultramarine #252493

Tints of Ultramarine #252493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 66.82%

R = 16.82%
G = 16.36%
B = 66.82%

CMYK

 C value IS 0.75

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#252493 (or 0x252493) is known color: Ultramarine. HEX triplet: 25, 24 and 93. RGB value is (37,36,147). Sum of RGB (Red+Green+Blue) = 37+36+147=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #252493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252493 is #DADB6C. Grayscale: #303030. Windows color (decimal): -14343021 or 9643045. OLE color: 9643045.

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

Color convert

RGB 37 36 147 -
CMYK 0.75 0.76 0 0.42
HSL 240.54º 0.61% 0.36% -
HSV(B) 240.54º 0.76% 0.58% -
XYZ 6.66 3.76 27.98 -
YUV 48.95 183.33 119.47 -
System Red Green Blue C M Y K H S L
Decimal 37 36 147 0.75 0.76 0 0.42 240.54 0.61 0.36
Hex 25 24 93 4B 4C 0 2A F1 3D 24
Octal 45 44 223 113 114 0 52 361 75 44
Binary 100101 100100 10010011 1001011 1001100 0 101010 11110001 111101 100100

Color Harmonies of #252493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252493

Black with #252493

Text Example


Text Example

White with #252493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252493; }

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

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

background-color css

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

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

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

border-color css

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

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

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