#00617F

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

Shades of Blue Lagoon #00617F

Tints of Blue Lagoon #00617F

Color information

#00617F (or 0x00617F) is unknown color: approx Blue Lagoon. HEX triplet: 00, 61 and 7F. RGB value is (0,97,127). Sum of RGB (Red+Green+Blue) = 0+97+127=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #00617F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00617F is #FF9E80. Grayscale: #474747. Windows color (decimal): -16752257 or 8347904. OLE color: 8347904.

HSL color Cylindrical-coordinate representation of color #00617F: hue angle of 194.17º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00617F is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB097127-
CMYK10.2400.50
HSL194.17º100%24.9%-
HSV(B)194.17º100%49.8%-
XYZ8.1110.0821.6-
YUV71.42159.3677.06-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 97 (38.28% from 255) = 43.30%
BLUE value IS 127 (50% from 255) = 56.70%
R=0%
G=43.30%
B=56.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal09712710.2400.50194.1710024.9
Hex0617F6418032c26419
Octal01411771443006230214431
Binary011000011111111110010011000011001011000010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00617F; }

 p { color: rgb(0,97,127); }

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

<style>
 a { background-color: #00617F; }

 a { background-color: rgb(0,97,127); }

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

<style>
 span { border-color: #00617F; }

 span { border-color: rgb(0,97,127); }

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