Html Css Color HEX #250197 Ultramarine

📋 copy color: '#250197'

red 37 ◦ green 1 ◦ blue 151

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

Shades of Ultramarine #250197

Tints of Ultramarine #250197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 19.58%
G = 0.53%
B = 79.89%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#250197 (or 0x250197) is known color: Ultramarine. HEX triplet: 25, 01 and 97. RGB value is (37,1,151). Sum of RGB (Red+Green+Blue) = 37+1+151=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 151 (59.38% from 255 or 79.89% from 189); Max value from RGB is 151 - color contains mainly: blue. Hex color #250197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250197 is #DAFE68. Grayscale: #1C1C1C. Windows color (decimal): -14351977 or 9896229. OLE color: 9896229.

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

Color convert

RGB 37 1 151 -
CMYK 0.75 0.99 0 0.41
HSL 254.4º 0.99% 0.3% -
HSV(B) 254.4º 0.99% 0.59% -
XYZ 6.36 2.65 29.45 -
YUV 28.86 196.93 133.8 -
System Red Green Blue C M Y K H S L
Decimal 37 1 151 0.75 0.99 0 0.41 254.4 0.99 0.3
Hex 25 1 97 4B 63 0 29 FE 63 1E
Octal 45 1 227 113 143 0 51 376 143 36
Binary 100101 1 10010111 1001011 1100011 0 101001 11111110 1100011 11110

Color Harmonies of #250197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250197

Black with #250197

Text Example


Text Example

White with #250197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250197; }

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

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

background-color css

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

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

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

border-color css

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

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

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