Html Css Color HEX #250997 Ultramarine

📋 copy color: '#250997'

red 37 ◦ green 9 ◦ blue 151

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

Shades of Ultramarine #250997

Tints of Ultramarine #250997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.57%

 BLUE value IS 151 (59.38% from 255) = 76.65%

R = 18.78%
G = 4.57%
B = 76.65%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#250997 (or 0x250997) is known color: Ultramarine. HEX triplet: 25, 09 and 97. RGB value is (37,9,151). Sum of RGB (Red+Green+Blue) = 37+9+151=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 151 (59.38% from 255 or 76.65% from 197); Max value from RGB is 151 - color contains mainly: blue. Hex color #250997 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250997 is #DAF668. Grayscale: #212121. Windows color (decimal): -14349929 or 9898277. OLE color: 9898277.

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

Color convert

RGB 37 9 151 -
CMYK 0.75 0.94 0 0.41
HSL 251.83º 0.89% 0.31% -
HSV(B) 251.83º 0.94% 0.59% -
XYZ 6.45 2.82 29.48 -
YUV 33.56 194.28 130.45 -
System Red Green Blue C M Y K H S L
Decimal 37 9 151 0.75 0.94 0 0.41 251.83 0.89 0.31
Hex 25 9 97 4B 5E 0 29 FC 59 1F
Octal 45 11 227 113 136 0 51 374 131 37
Binary 100101 1001 10010111 1001011 1011110 0 101001 11111100 1011001 11111

Color Harmonies of #250997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250997

Black with #250997

Text Example


Text Example

White with #250997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250997; }

 p { color: rgb(37,9,151); }

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

background-color css

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

 a { background-color: rgb(37,9,151); }

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

border-color css

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

 span { border-color: rgb(37,9,151); }

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