#00668C

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

Shades of Blue Lagoon #00668C

Tints of Blue Lagoon #00668C

Color information

#00668C (or 0x00668C) is unknown color: approx Blue Lagoon. HEX triplet: 00, 66 and 8C. RGB value is (0,102,140). Sum of RGB (Red+Green+Blue) = 0+102+140=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #00668C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00668C is #FF9973. Grayscale: #4B4B4B. Windows color (decimal): -16750964 or 9201152. OLE color: 9201152.

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

Color convert

RGB0102140-
CMYK10.2700.45
HSL196.29º100%27.45%-
HSV(B)196.29º100%54.9%-
XYZ9.4811.426.51-
YUV75.83164.2173.91-

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.15%
BLUE value IS 140 (55.08% from 255) = 57.85%
R=0%
G=42.15%
B=57.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal010214010.2700.45196.2910027.45
Hex0668C641B02Dc4641b
Octal01462141443305530414433
Binary0110011010001100110010011011010110111000100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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