Html Css Color HEX #251996 Ultramarine

📋 copy color: '#251996'

red 37 ◦ green 25 ◦ blue 150

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

Shades of Ultramarine #251996

Tints of Ultramarine #251996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.79%

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

R = 17.45%
G = 11.79%
B = 70.75%

CMYK

 C value IS 0.75

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#251996 (or 0x251996) is known color: Ultramarine. HEX triplet: 25, 19 and 96. RGB value is (37,25,150). Sum of RGB (Red+Green+Blue) = 37+25+150=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 150 (58.98% from 255 or 70.75% from 212); Max value from RGB is 150 - color contains mainly: blue. Hex color #251996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251996 is #DAE669. Grayscale: #2A2A2A. Windows color (decimal): -14345834 or 9836837. OLE color: 9836837.

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

Color convert

RGB 37 25 150 -
CMYK 0.75 0.83 0 0.41
HSL 245.76º 0.71% 0.34% -
HSV(B) 245.76º 0.83% 0.59% -
XYZ 6.62 3.29 29.14 -
YUV 42.84 188.48 123.84 -
System Red Green Blue C M Y K H S L
Decimal 37 25 150 0.75 0.83 0 0.41 245.76 0.71 0.34
Hex 25 19 96 4B 53 0 29 F6 47 22
Octal 45 31 226 113 123 0 51 366 107 42
Binary 100101 11001 10010110 1001011 1010011 0 101001 11110110 1000111 100010

Color Harmonies of #251996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251996

Black with #251996

Text Example


Text Example

White with #251996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251996; }

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

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

background-color css

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

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

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

border-color css

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

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

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