Html Css Color HEX #251196 Ultramarine

📋 copy color: '#251196'

red 37 ◦ green 17 ◦ blue 150

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

Shades of Ultramarine #251196

Tints of Ultramarine #251196

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.33%

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

R = 18.14%
G = 8.33%
B = 73.53%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#251196 (or 0x251196) is known color: Ultramarine. HEX triplet: 25, 11 and 96. RGB value is (37,17,150). Sum of RGB (Red+Green+Blue) = 37+17+150=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 150 (58.98% from 255 or 73.53% from 204); Max value from RGB is 150 - color contains mainly: blue. Hex color #251196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251196 is #DAEE69. Grayscale: #252525. Windows color (decimal): -14347882 or 9834789. OLE color: 9834789.

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

Color convert

RGB 37 17 150 -
CMYK 0.75 0.89 0 0.41
HSL 249.02º 0.8% 0.33% -
HSV(B) 249.02º 0.89% 0.59% -
XYZ 6.47 3 29.09 -
YUV 38.14 191.13 127.19 -
System Red Green Blue C M Y K H S L
Decimal 37 17 150 0.75 0.89 0 0.41 249.02 0.8 0.33
Hex 25 11 96 4B 59 0 29 F9 50 21
Octal 45 21 226 113 131 0 51 371 120 41
Binary 100101 10001 10010110 1001011 1011001 0 101001 11111001 1010000 100001

Color Harmonies of #251196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251196

Black with #251196

Text Example


Text Example

White with #251196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251196; }

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

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

background-color css

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

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

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

border-color css

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

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

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