#00688B

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

Shades of Blue Lagoon #00688B

Tints of Blue Lagoon #00688B

Color information

#00688B (or 0x00688B) is unknown color: approx Blue Lagoon. HEX triplet: 00, 68 and 8B. RGB value is (0,104,139). Sum of RGB (Red+Green+Blue) = 0+104+139=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #00688B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00688B is #FF9774. Grayscale: #4C4C4C. Windows color (decimal): -16750453 or 9136128. OLE color: 9136128.

HSL color Cylindrical-coordinate representation of color #00688B: hue angle of 195.11º 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 #00688B is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB0104139-
CMYK10.2500.45
HSL195.11º100%27.25%-
HSV(B)195.11º100%54.51%-
XYZ9.6111.7626.19-
YUV76.89163.0473.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 104 (41.02% from 255) = 42.80%
BLUE value IS 139 (54.69% from 255) = 57.20%
R=0%
G=42.80%
B=57.20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal010413910.2500.45195.1110027.25
Hex0688B641902Dc3641b
Octal01502131443105530314433
Binary0110100010001011110010011001010110111000011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00688B; }

 p { color: rgb(0,104,139); }

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

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

 a { background-color: rgb(0,104,139); }

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

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

 span { border-color: rgb(0,104,139); }

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