#02668D

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

Shades of Blue Lagoon #02668D

Tints of Blue Lagoon #02668D

Color information

#02668D (or 0x02668D) is unknown color: approx Blue Lagoon. HEX triplet: 02, 66 and 8D. RGB value is (2,102,141). Sum of RGB (Red+Green+Blue) = 2+102+141=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #02668D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02668D is #FD9972. Grayscale: #4C4C4C. Windows color (decimal): -16619891 or 9266690. OLE color: 9266690.

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

Color convert

RGB2102141-
CMYK0.990.2800.45
HSL196.83º97.2%28.04%-
HSV(B)196.83º98.58%55.29%-
XYZ9.5811.4426.9-
YUV76.55164.3774.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 102 (40.23% from 255) = 41.63%
BLUE value IS 141 (55.47% from 255) = 57.55%
R=0.82%
G=41.63%
B=57.55%

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
Decimal21021410.990.2800.45196.8397.228.04
Hex2668D631C02Dc5611c
Octal21462151433405530514134
Binary10110011010001101110001111100010110111000101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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