#00627F

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

Shades of Blue Lagoon #00627F

Tints of Blue Lagoon #00627F

Color information

#00627F (or 0x00627F) is unknown color: approx Blue Lagoon. HEX triplet: 00, 62 and 7F. RGB value is (0,98,127). Sum of RGB (Red+Green+Blue) = 0+98+127=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #00627F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00627F is #FF9D80. Grayscale: #474747. Windows color (decimal): -16752001 or 8348160. OLE color: 8348160.

HSL color Cylindrical-coordinate representation of color #00627F: hue angle of 193.7º 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 #00627F is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB098127-
CMYK10.2300.50
HSL193.7º100%24.9%-
HSV(B)193.7º100%49.8%-
XYZ8.210.2721.63-
YUV72159.0376.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 98 (38.67% from 255) = 43.56%
BLUE value IS 127 (50% from 255) = 56.44%
R=0%
G=43.56%
B=56.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal09812710.2300.50193.710024.9
Hex0627F6417032c26419
Octal01421771442706230214431
Binary011000101111111110010010111011001011000010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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