Html Css Color HEX #251396 Ultramarine

📋 copy color: '#251396'

red 37 ◦ green 19 ◦ blue 150

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

Shades of Ultramarine #251396

Tints of Ultramarine #251396

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.22%

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

R = 17.96%
G = 9.22%
B = 72.82%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#251396 (or 0x251396) is known color: Ultramarine. HEX triplet: 25, 13 and 96. RGB value is (37,19,150). Sum of RGB (Red+Green+Blue) = 37+19+150=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 150 (58.98% from 255 or 72.82% from 206); Max value from RGB is 150 - color contains mainly: blue. Hex color #251396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251396 is #DAEC69. Grayscale: #262626. Windows color (decimal): -14347370 or 9835301. OLE color: 9835301.

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

Color convert

RGB 37 19 150 -
CMYK 0.75 0.87 0 0.41
HSL 248.24º 0.78% 0.33% -
HSV(B) 248.24º 0.87% 0.59% -
XYZ 6.5 3.06 29.1 -
YUV 39.32 190.46 126.35 -
System Red Green Blue C M Y K H S L
Decimal 37 19 150 0.75 0.87 0 0.41 248.24 0.78 0.33
Hex 25 13 96 4B 57 0 29 F8 4E 21
Octal 45 23 226 113 127 0 51 370 116 41
Binary 100101 10011 10010110 1001011 1010111 0 101001 11111000 1001110 100001

Color Harmonies of #251396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251396

Black with #251396

Text Example


Text Example

White with #251396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251396; }

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

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

background-color css

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

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

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

border-color css

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

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

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