Shades of Blue Lagoon #02658C
Tints of Blue Lagoon #02658C
RGB
CMYK
RGB Variations
Color information
#02658C (or 0x02658C) is known color: 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
| RGB | 2 | 101 | 140 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.45 |
| HSL | 196.96º | 0.97% | 0.28% | - |
| HSV(B) | 196.96º | 0.99% | 0.55% | - |
| XYZ | 9.41 | 11.21 | 26.48 | - |
| YUV | 75.85 | 164.2 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 101 | 140 | 0.99 | 0.28 | 0 | 0.45 | 196.96 | 0.97 | 0.28 |
| Hex | 2 | 65 | 8C | 63 | 1C | 0 | 2D | C5 | 61 | 1C |
| Octal | 2 | 145 | 214 | 143 | 34 | 0 | 55 | 305 | 141 | 34 |
| Binary | 10 | 1100101 | 10001100 | 1100011 | 11100 | 0 | 101101 | 11000101 | 1100001 | 11100 |
Color Harmonies of #02658C
Complementary color
Monochromatic Colors of #02658C
Black with #02658C
Text Example
Text Example
White with #02658C
Text Example
Text Example
HTML Codes & Css Web 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>