Shades of Blue Lagoon #00658C
Tints of Blue Lagoon #00658C
RGB
CMYK
RGB Variations
Color information
#00658C (or 0x00658C) is known color: Blue Lagoon. HEX triplet: 00, 65 and 8C. RGB value is (0,101,140). Sum of RGB (Red+Green+Blue) = 0+101+140=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #00658C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00658C is #FF9A73. Grayscale: #4A4A4A. Windows color (decimal): -16751220 or 9200896. OLE color: 9200896.
HSL color Cylindrical-coordinate representation of color #00658C: hue angle of 196.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00658C is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 101 | 140 | - |
| CMYK | 1 | 0.28 | 0 | 0.45 |
| HSL | 196.71º | 1% | 0.27% | - |
| HSV(B) | 196.71º | 1% | 0.55% | - |
| XYZ | 9.39 | 11.2 | 26.48 | - |
| YUV | 75.25 | 164.54 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 140 | 1 | 0.28 | 0 | 0.45 | 196.71 | 1 | 0.27 |
| Hex | 0 | 65 | 8C | 64 | 1C | 0 | 2D | C5 | 64 | 1B |
| Octal | 0 | 145 | 214 | 144 | 34 | 0 | 55 | 305 | 144 | 33 |
| Binary | 0 | 1100101 | 10001100 | 1100100 | 11100 | 0 | 101101 | 11000101 | 1100100 | 11011 |
Color Harmonies of #00658C
Complementary color
Monochromatic Colors of #00658C
Black with #00658C
Text Example
Text Example
White with #00658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00658C; }
p { color: rgb(0,101,140); }
H1.HeaderClassName
{
color: #00658C;
}
.AnyTagClassName
{
color: #00658C;
}
</style>
background-color css
<style>
a { background-color: #00658C; }
a { background-color: rgb(0,101,140); }
div.DivClassName
{
background-color: #00658C;
}
.BgClassName
{
background-color: #00658C;
}
</style>
border-color css
<style>
span { border-color: #00658C; }
span { border-color: rgb(0,101,140); }
td.TdClassName
{
border-color: #00658C;
}
.TagClassName
{
border-color: #00658C;
}
</style>