#251BA8

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

Shades of Ultramarine #251BA8

Tints of Ultramarine #251BA8

Color information

#251BA8 (or 0x251BA8) is unknown color: approx Ultramarine. HEX triplet: 25, 1B and A8. RGB value is (37,27,168). Sum of RGB (Red+Green+Blue) = 37+27+168=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 168 (66.02% from 255 or 72.41% from 232); Max value from RGB is 168 - color contains mainly: blue. Hex color #251BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251BA8 is #DAE457. Grayscale: #2D2D2D. Windows color (decimal): -14345304 or 11016997. OLE color: 11016997.

HSL color Cylindrical-coordinate representation of color #251BA8: hue angle of 244.26º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #251BA8 is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3727168-
CMYK0.780.8400.34
HSL244.26º72.31%38.24%-
HSV(B)244.26º83.93%65.88%-
XYZ8.22437.39-
YUV46.06196.81121.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.95%
GREEN value IS 27 (10.94% from 255) = 11.64%
BLUE value IS 168 (66.02% from 255) = 72.41%
R=15.95%
G=11.64%
B=72.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal37271680.780.8400.34244.2672.3138.24
Hex251BA84E54022f44826
Octal453325011612404236411046
Binary1001011101110101000100111010101000100010111101001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,27,168); }

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

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

 a { background-color: rgb(37,27,168); }

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

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

 span { border-color: rgb(37,27,168); }

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