Html Css Color HEX #250490 Ultramarine

📋 copy color: '#250490'

red 37 ◦ green 4 ◦ blue 144

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

Shades of Ultramarine #250490

Tints of Ultramarine #250490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

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

R = 20%
G = 2.16%
B = 77.84%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#250490 (or 0x250490) is known color: Ultramarine. HEX triplet: 25, 04 and 90. RGB value is (37,4,144). Sum of RGB (Red+Green+Blue) = 37+4+144=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 144 (56.64% from 255 or 77.84% from 185); Max value from RGB is 144 - color contains mainly: blue. Hex color #250490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250490 is #DAFB6F. Grayscale: #1D1D1D. Windows color (decimal): -14351216 or 9438245. OLE color: 9438245.

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

Color convert

RGB 37 4 144 -
CMYK 0.74 0.97 0 0.44
HSL 254.14º 0.95% 0.29% -
HSV(B) 254.14º 0.97% 0.56% -
XYZ 5.84 2.49 26.56 -
YUV 29.83 192.43 133.12 -
System Red Green Blue C M Y K H S L
Decimal 37 4 144 0.74 0.97 0 0.44 254.14 0.95 0.29
Hex 25 4 90 4A 61 0 2C FE 5F 1D
Octal 45 4 220 112 141 0 54 376 137 35
Binary 100101 100 10010000 1001010 1100001 0 101100 11111110 1011111 11101

Color Harmonies of #250490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250490

Black with #250490

Text Example


Text Example

White with #250490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250490; }

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

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

background-color css

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

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

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

border-color css

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

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

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