Html Css Color HEX #250596 Ultramarine

📋 copy color: '#250596'

red 37 ◦ green 5 ◦ blue 150

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

Shades of Ultramarine #250596

Tints of Ultramarine #250596

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.6%

 BLUE value IS 150 (58.98% from 255) = 78.13%

R = 19.27%
G = 2.6%
B = 78.13%

CMYK

 C value IS 0.75

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#250596 (or 0x250596) is known color: Ultramarine. HEX triplet: 25, 05 and 96. RGB value is (37,5,150). Sum of RGB (Red+Green+Blue) = 37+5+150=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 150 (58.98% from 255 or 78.12% from 192); Max value from RGB is 150 - color contains mainly: blue. Hex color #250596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250596 is #DAFA69. Grayscale: #1E1E1E. Windows color (decimal): -14350954 or 9831717. OLE color: 9831717.

HSL color Cylindrical-coordinate representation of color #250596: hue angle of 253.24º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250596 is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 5 150 -
CMYK 0.75 0.97 0 0.41
HSL 253.24º 0.94% 0.3% -
HSV(B) 253.24º 0.97% 0.59% -
XYZ 6.32 2.7 29.04 -
YUV 31.1 195.1 132.21 -
System Red Green Blue C M Y K H S L
Decimal 37 5 150 0.75 0.97 0 0.41 253.24 0.94 0.3
Hex 25 5 96 4B 61 0 29 FD 5E 1E
Octal 45 5 226 113 141 0 51 375 136 36
Binary 100101 101 10010110 1001011 1100001 0 101001 11111101 1011110 11110

Color Harmonies of #250596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250596

Black with #250596

Text Example


Text Example

White with #250596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250596; }

 p { color: rgb(37,5,150); }

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

background-color css

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

 a { background-color: rgb(37,5,150); }

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

border-color css

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

 span { border-color: rgb(37,5,150); }

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