Html Css Color HEX #00627C Blue Lagoon

📋 copy color: '#00627C'

red 0 ◦ green 98 ◦ blue 124

#00627C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #00627C

Tints of Blue Lagoon #00627C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 98 (38.67% from 255) = 44.14%

 BLUE value IS 124 (48.83% from 255) = 55.86%

R = 0%
G = 44.14%
B = 55.86%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00627C (or 0x00627C) is known color: Blue Lagoon. HEX triplet: 00, 62 and 7C. RGB value is (0,98,124). Sum of RGB (Red+Green+Blue) = 0+98+124=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #00627C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00627C is #FF9D83. Grayscale: #474747. Windows color (decimal): -16752004 or 8151552. OLE color: 8151552.

HSL color Cylindrical-coordinate representation of color #00627C: hue angle of 192.58º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00627C is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 98 124 -
CMYK 1 0.21 0 0.51
HSL 192.58º 1% 0.24% -
HSV(B) 192.58º 1% 0.49% -
XYZ 8.01 10.19 20.61 -
YUV 71.66 157.53 76.89 -
System Red Green Blue C M Y K H S L
Decimal 0 98 124 1 0.21 0 0.51 192.58 1 0.24
Hex 0 62 7C 64 15 0 33 C1 64 18
Octal 0 142 174 144 25 0 63 301 144 30
Binary 0 1100010 1111100 1100100 10101 0 110011 11000001 1100100 11000

Color Harmonies of #00627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00627C

Black with #00627C

Text Example


Text Example

White with #00627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00627C;
 }
 .AnyTagClassName
 {
   color: #00627C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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