#026974

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

Shades of Blue Lagoon #026974

Tints of Blue Lagoon #026974

Color information

#026974 (or 0x026974) is unknown color: approx Blue Lagoon. HEX triplet: 02, 69 and 74. RGB value is (2,105,116). Sum of RGB (Red+Green+Blue) = 2+105+116=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #026974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026974 is #FD968B. Grayscale: #4B4B4B. Windows color (decimal): -16619148 or 7629058. OLE color: 7629058.

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

Color convert

RGB2105116-
CMYK0.980.0900.55
HSL185.79º96.61%23.14%-
HSV(B)185.79º98.28%45.49%-
XYZ8.2311.3818.29-
YUV75.46150.8875.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 105 (41.41% from 255) = 47.09%
BLUE value IS 116 (45.70% from 255) = 52.02%
R=0.90%
G=47.09%
B=52.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21051160.980.0900.55185.7996.6123.14
Hex26974629037ba6117
Octal21511641421106727214127
Binary101101001111010011000101001011011110111010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026974; }

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

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

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

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

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

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

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

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