#251ea4

Color #251EA4 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #251EA4

Tints of Ultramarine #251EA4

Color information

#251EA4 (or 0x251EA4) is unknown color: approx Ultramarine. HEX triplet: 25, 1E and A4. RGB value is (37,30,164). Sum of RGB (Red+Green+Blue) = 37+30+164=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 164 (64.45% from 255 or 71.00% from 231); Max value from RGB is 164 - color contains mainly: blue. Hex color #251EA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251EA4 is #DAE15B. Grayscale: #2E2E2E. Windows color (decimal): -14344540 or 10755621. OLE color: 10755621.

HSL color Cylindrical-coordinate representation of color #251EA4: hue angle of 243.13º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #251EA4 is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3730164-
CMYK0.770.8200.36
HSL243.13º69.07%38.04%-
HSV(B)243.13º81.71%64.31%-
XYZ7.93435.48-
YUV47.37193.82120.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.02%
GREEN value IS 30 (12.11% from 255) = 12.99%
BLUE value IS 164 (64.45% from 255) = 71.00%
R=16.02%
G=12.99%
B=71.00%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal37301640.770.8200.36243.1369.0738.04
Hex251EA44D52024f34526
Octal453624411512204436310546
Binary1001011111010100100100110110100100100100111100111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251ea4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,30,164); }

 H1.HeaderClassName
 {
   color: #251ea4;
 }
 .AnyTagClassName
 {
   color: #251ea4;
 }
</style>
background-color css

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

 a { background-color: rgb(37,30,164); }

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

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

 span { border-color: rgb(37,30,164); }

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