#025467

Color #025467 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #025467

Tints of Blue Lagoon #025467

Color information

#025467 (or 0x025467) is unknown color: approx Blue Lagoon. HEX triplet: 02, 54 and 67. RGB value is (2,84,103). Sum of RGB (Red+Green+Blue) = 2+84+103=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 103 (40.62% from 255 or 54.50% from 189); Max value from RGB is 103 - color contains mainly: blue. Hex color #025467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025467 is #FDAB98. Grayscale: #3D3D3D. Windows color (decimal): -16624537 or 6771714. OLE color: 6771714.

HSL color Cylindrical-coordinate representation of color #025467: hue angle of 191.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025467 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB284103-
CMYK0.980.1800.60
HSL191.29º96.19%20.59%-
HSV(B)191.29º98.06%40.39%-
XYZ5.647.3313.95-
YUV61.65151.3385.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 84 (33.20% from 255) = 44.44%
BLUE value IS 103 (40.62% from 255) = 54.50%
R=1.06%
G=44.44%
B=54.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2841030.980.1800.60191.2996.1920.59
Hex25467621203Cbf6015
Octal21241471422207427714025
Binary1010101001100111110001010010011110010111111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025467; }

 p { color: rgb(2,84,103); }

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

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

 a { background-color: rgb(2,84,103); }

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

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

 span { border-color: rgb(2,84,103); }

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