#025781

Color #025781 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #025781

Tints of Dark Cerulean #025781

Color information

#025781 (or 0x025781) is unknown color: approx Dark Cerulean. HEX triplet: 02, 57 and 81. RGB value is (2,87,129). Sum of RGB (Red+Green+Blue) = 2+87+129=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 129 (50.78% from 255 or 59.17% from 218); Max value from RGB is 129 - color contains mainly: blue. Hex color #025781 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025781 is #FDA87E. Grayscale: #424242. Windows color (decimal): -16623743 or 8476418. OLE color: 8476418.

HSL color Cylindrical-coordinate representation of color #025781: hue angle of 199.84º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025781 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB287129-
CMYK0.980.3300.49
HSL199.84º96.95%25.69%-
HSV(B)199.84º98.45%50.59%-
XYZ7.48.4122-
YUV66.37163.3482.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 87 (34.38% from 255) = 39.91%
BLUE value IS 129 (50.78% from 255) = 59.17%
R=0.92%
G=39.91%
B=59.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2871290.980.3300.49199.8496.9525.69
Hex257816221031c8611a
Octal21272011424106131014132
Binary101010111100000011100010100001011000111001000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025781; }

 p { color: rgb(2,87,129); }

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

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

 a { background-color: rgb(2,87,129); }

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

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

 span { border-color: rgb(2,87,129); }

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