Html Css Color HEX #251394 Ultramarine

📋 copy color: '#251394'

red 37 ◦ green 19 ◦ blue 148

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

Shades of Ultramarine #251394

Tints of Ultramarine #251394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 72.55%

R = 18.14%
G = 9.31%
B = 72.55%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#251394 (or 0x251394) is known color: Ultramarine. HEX triplet: 25, 13 and 94. RGB value is (37,19,148). Sum of RGB (Red+Green+Blue) = 37+19+148=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 148 (58.20% from 255 or 72.55% from 204); Max value from RGB is 148 - color contains mainly: blue. Hex color #251394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251394 is #DAEC6B. Grayscale: #262626. Windows color (decimal): -14347372 or 9704229. OLE color: 9704229.

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

Color convert

RGB 37 19 148 -
CMYK 0.75 0.87 0 0.42
HSL 248.37º 0.77% 0.33% -
HSV(B) 248.37º 0.87% 0.58% -
XYZ 6.34 3 28.26 -
YUV 39.09 189.46 126.51 -
System Red Green Blue C M Y K H S L
Decimal 37 19 148 0.75 0.87 0 0.42 248.37 0.77 0.33
Hex 25 13 94 4B 57 0 2A F8 4D 21
Octal 45 23 224 113 127 0 52 370 115 41
Binary 100101 10011 10010100 1001011 1010111 0 101010 11111000 1001101 100001

Color Harmonies of #251394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251394

Black with #251394

Text Example


Text Example

White with #251394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251394; }

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

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

background-color css

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

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

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

border-color css

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

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

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