#02658D

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

Shades of Blue Lagoon #02658D

Tints of Blue Lagoon #02658D

Color information

#02658D (or 0x02658D) is unknown color: approx Blue Lagoon. HEX triplet: 02, 65 and 8D. RGB value is (2,101,141). Sum of RGB (Red+Green+Blue) = 2+101+141=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #02658D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02658D is #FD9A72. Grayscale: #4B4B4B. Windows color (decimal): -16620147 or 9266434. OLE color: 9266434.

HSL color Cylindrical-coordinate representation of color #02658D: hue angle of 197.27º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02658D is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2101141-
CMYK0.990.2800.45
HSL197.27º97.2%28.04%-
HSV(B)197.27º98.58%55.29%-
XYZ9.4911.2426.87-
YUV75.96164.775.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 101 (39.84% from 255) = 41.39%
BLUE value IS 141 (55.47% from 255) = 57.79%
R=0.82%
G=41.39%
B=57.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21011410.990.2800.45197.2797.228.04
Hex2658D631C02Dc5611c
Octal21452151433405530514134
Binary10110010110001101110001111100010110111000101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02658D; }

 p { color: rgb(2,101,141); }

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

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

 a { background-color: rgb(2,101,141); }

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

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

 span { border-color: rgb(2,101,141); }

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