Html Css Color HEX #00657D Blue Lagoon

📋 copy color: '#00657D'

red 0 ◦ green 101 ◦ blue 125

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

Shades of Blue Lagoon #00657D

Tints of Blue Lagoon #00657D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 55.31%

R = 0%
G = 44.69%
B = 55.31%

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

#00657D (or 0x00657D) is known color: Blue Lagoon. HEX triplet: 00, 65 and 7D. RGB value is (0,101,125). Sum of RGB (Red+Green+Blue) = 0+101+125=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 125 (49.22% from 255 or 55.31% from 226); Max value from RGB is 125 - color contains mainly: blue. Hex color #00657D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00657D is #FF9A82. Grayscale: #494949. Windows color (decimal): -16751235 or 8217856. OLE color: 8217856.

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

Color convert

RGB 0 101 125 -
CMYK 1 0.19 0 0.51
HSL 191.52º 1% 0.25% -
HSV(B) 191.52º 1% 0.49% -
XYZ 8.36 10.79 21.04 -
YUV 73.54 157.04 75.55 -
System Red Green Blue C M Y K H S L
Decimal 0 101 125 1 0.19 0 0.51 191.52 1 0.25
Hex 0 65 7D 64 13 0 33 C0 64 19
Octal 0 145 175 144 23 0 63 300 144 31
Binary 0 1100101 1111101 1100100 10011 0 110011 11000000 1100100 11001

Color Harmonies of #00657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00657D

Black with #00657D

Text Example


Text Example

White with #00657D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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