Html Css Color HEX #00657C Blue Lagoon

📋 copy color: '#00657C'

red 0 ◦ green 101 ◦ blue 124

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

Shades of Blue Lagoon #00657C

Tints of Blue Lagoon #00657C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.89%

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

R = 0%
G = 44.89%
B = 55.11%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00657C (or 0x00657C) is known color: Blue Lagoon. HEX triplet: 00, 65 and 7C. RGB value is (0,101,124). Sum of RGB (Red+Green+Blue) = 0+101+124=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #00657C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00657C is #FF9A83. Grayscale: #494949. Windows color (decimal): -16751236 or 8152320. OLE color: 8152320.

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

Color convert

RGB 0 101 124 -
CMYK 1 0.19 0 0.51
HSL 191.13º 1% 0.24% -
HSV(B) 191.13º 1% 0.49% -
XYZ 8.29 10.76 20.71 -
YUV 73.42 156.54 75.63 -
System Red Green Blue C M Y K H S L
Decimal 0 101 124 1 0.19 0 0.51 191.13 1 0.24
Hex 0 65 7C 64 13 0 33 BF 64 18
Octal 0 145 174 144 23 0 63 277 144 30
Binary 0 1100101 1111100 1100100 10011 0 110011 10111111 1100100 11000

Color Harmonies of #00657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00657C

Black with #00657C

Text Example


Text Example

White with #00657C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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