Html Css Color HEX #250090 Ultramarine

📋 copy color: '#250090'

red 37 ◦ green 0 ◦ blue 144

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

Shades of Ultramarine #250090

Tints of Ultramarine #250090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 20.44%
G = 0%
B = 79.56%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#250090 (or 0x250090) is known color: Ultramarine. HEX triplet: 25, 00 and 90. RGB value is (37,0,144). Sum of RGB (Red+Green+Blue) = 37+0+144=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 144 (56.64% from 255 or 79.56% from 181); Max value from RGB is 144 - color contains mainly: blue. Hex color #250090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250090 is #DAFF6F. Grayscale: #1A1A1A. Windows color (decimal): -14352240 or 9437221. OLE color: 9437221.

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

Color convert

RGB 37 0 144 -
CMYK 0.74 1 0 0.44
HSL 255.42º 1% 0.28% -
HSV(B) 255.42º 1% 0.56% -
XYZ 5.8 2.41 26.54 -
YUV 27.48 193.76 134.79 -
System Red Green Blue C M Y K H S L
Decimal 37 0 144 0.74 1 0 0.44 255.42 1 0.28
Hex 25 0 90 4A 64 0 2C FF 64 1C
Octal 45 0 220 112 144 0 54 377 144 34
Binary 100101 0 10010000 1001010 1100100 0 101100 11111111 1100100 11100

Color Harmonies of #250090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250090

Black with #250090

Text Example


Text Example

White with #250090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250090; }

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

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

background-color css

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

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

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

border-color css

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

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

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