#02658C

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

Shades of Blue Lagoon #02658C

Tints of Blue Lagoon #02658C

Color information

#02658C (or 0x02658C) is unknown color: approx Blue Lagoon. HEX triplet: 02, 65 and 8C. RGB value is (2,101,140). Sum of RGB (Red+Green+Blue) = 2+101+140=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 140 (55.08% from 255 or 57.61% from 243); Max value from RGB is 140 - color contains mainly: blue. Hex color #02658C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02658C is #FD9A73. Grayscale: #4B4B4B. Windows color (decimal): -16620148 or 9200898. OLE color: 9200898.

HSL color Cylindrical-coordinate representation of color #02658C: hue angle of 196.96º 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 #02658C is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2101140-
CMYK0.990.2800.45
HSL196.96º97.18%27.84%-
HSV(B)196.96º98.57%54.9%-
XYZ9.4111.2126.48-
YUV75.84164.275.33-

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.56%
BLUE value IS 140 (55.08% from 255) = 57.61%
R=0.82%
G=41.56%
B=57.61%

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
Decimal21011400.990.2800.45196.9697.1827.84
Hex2658C631C02Dc5611c
Octal21452141433405530514134
Binary10110010110001100110001111100010110111000101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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