#00668B

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

Shades of Blue Lagoon #00668B

Tints of Blue Lagoon #00668B

Color information

#00668B (or 0x00668B) is unknown color: approx Blue Lagoon. HEX triplet: 00, 66 and 8B. RGB value is (0,102,139). Sum of RGB (Red+Green+Blue) = 0+102+139=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #00668B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00668B is #FF9974. Grayscale: #4B4B4B. Windows color (decimal): -16750965 or 9135616. OLE color: 9135616.

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

Color convert

RGB0102139-
CMYK10.2700.45
HSL195.97º100%27.25%-
HSV(B)195.97º100%54.51%-
XYZ9.4111.3726.12-
YUV75.72163.7173.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 102 (40.23% from 255) = 42.32%
BLUE value IS 139 (54.69% from 255) = 57.68%
R=0%
G=42.32%
B=57.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal010213910.2700.45195.9710027.25
Hex0668B641B02Dc4641b
Octal01462131443305530414433
Binary0110011010001011110010011011010110111000100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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