#251EA2

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

Shades of Ultramarine #251EA2

Tints of Ultramarine #251EA2

Color information

#251EA2 (or 0x251EA2) is unknown color: approx Ultramarine. HEX triplet: 25, 1E and A2. RGB value is (37,30,162). Sum of RGB (Red+Green+Blue) = 37+30+162=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 162 (63.67% from 255 or 70.74% from 229); Max value from RGB is 162 - color contains mainly: blue. Hex color #251EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251EA2 is #DAE15D. Grayscale: #2E2E2E. Windows color (decimal): -14344542 or 10624549. OLE color: 10624549.

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

Color convert

RGB3730162-
CMYK0.770.8100.36
HSL243.18º68.75%37.65%-
HSV(B)243.18º81.48%63.53%-
XYZ7.753.9334.53-
YUV47.14192.82120.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.16%
GREEN value IS 30 (12.11% from 255) = 13.10%
BLUE value IS 162 (63.67% from 255) = 70.74%
R=16.16%
G=13.10%
B=70.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal37301620.770.8100.36243.1868.7537.65
Hex251EA24D51024f34526
Octal453624211512104436310546
Binary1001011111010100010100110110100010100100111100111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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