Html Css Color HEX #00697D Blue Lagoon

📋 copy color: '#00697D'

red 0 ◦ green 105 ◦ blue 125

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

Shades of Blue Lagoon #00697D

Tints of Blue Lagoon #00697D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.65%

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

R = 0%
G = 45.65%
B = 54.35%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00697D (or 0x00697D) is known color: Blue Lagoon. HEX triplet: 00, 69 and 7D. RGB value is (0,105,125). Sum of RGB (Red+Green+Blue) = 0+105+125=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #00697D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00697D is #FF9682. Grayscale: #4B4B4B. Windows color (decimal): -16750211 or 8218880. OLE color: 8218880.

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

Color convert

RGB 0 105 125 -
CMYK 1 0.16 0 0.51
HSL 189.6º 1% 0.25% -
HSV(B) 189.6º 1% 0.49% -
XYZ 8.75 11.58 21.18 -
YUV 75.89 155.71 73.87 -
System Red Green Blue C M Y K H S L
Decimal 0 105 125 1 0.16 0 0.51 189.6 1 0.25
Hex 0 69 7D 64 10 0 33 BE 64 19
Octal 0 151 175 144 20 0 63 276 144 31
Binary 0 1101001 1111101 1100100 10000 0 110011 10111110 1100100 11001

Color Harmonies of #00697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00697D

Black with #00697D

Text Example


Text Example

White with #00697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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