#025369

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

Shades of Blue Lagoon #025369

Tints of Blue Lagoon #025369

Color information

#025369 (or 0x025369) is unknown color: approx Blue Lagoon. HEX triplet: 02, 53 and 69. RGB value is (2,83,105). Sum of RGB (Red+Green+Blue) = 2+83+105=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #025369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025369 is #FDAC96. Grayscale: #3D3D3D. Windows color (decimal): -16624791 or 6902530. OLE color: 6902530.

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

Color convert

RGB283105-
CMYK0.980.2100.59
HSL192.82º96.26%20.98%-
HSV(B)192.82º98.1%41.18%-
XYZ5.677.2214.46-
YUV61.29152.6685.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 83 (32.81% from 255) = 43.68%
BLUE value IS 105 (41.41% from 255) = 55.26%
R=1.05%
G=43.68%
B=55.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2831050.980.2100.59192.8296.2620.98
Hex25369621503Bc16015
Octal21231511422507330114025
Binary1010100111101001110001010101011101111000001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025369; }

 p { color: rgb(2,83,105); }

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

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

 a { background-color: rgb(2,83,105); }

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

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

 span { border-color: rgb(2,83,105); }

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