Html Css Color HEX #251D96 Ultramarine

📋 copy color: '#251D96'

red 37 ◦ green 29 ◦ blue 150

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

Shades of Ultramarine #251D96

Tints of Ultramarine #251D96

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.43%

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

R = 17.13%
G = 13.43%
B = 69.44%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#251D96 (or 0x251D96) is known color: Ultramarine. HEX triplet: 25, 1D and 96. RGB value is (37,29,150). Sum of RGB (Red+Green+Blue) = 37+29+150=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 150 (58.98% from 255 or 69.44% from 216); Max value from RGB is 150 - color contains mainly: blue. Hex color #251D96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251D96 is #DAE269. Grayscale: #2C2C2C. Windows color (decimal): -14344810 or 9837861. OLE color: 9837861.

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

Color convert

RGB 37 29 150 -
CMYK 0.75 0.81 0 0.41
HSL 243.97º 0.68% 0.35% -
HSV(B) 243.97º 0.81% 0.59% -
XYZ 6.71 3.47 29.17 -
YUV 45.19 187.15 122.16 -
System Red Green Blue C M Y K H S L
Decimal 37 29 150 0.75 0.81 0 0.41 243.97 0.68 0.35
Hex 25 1D 96 4B 51 0 29 F4 44 23
Octal 45 35 226 113 121 0 51 364 104 43
Binary 100101 11101 10010110 1001011 1010001 0 101001 11110100 1000100 100011

Color Harmonies of #251D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251D96

Black with #251D96

Text Example


Text Example

White with #251D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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