Html Css Color HEX #00636E Blue Lagoon

📋 copy color: '#00636E'

red 0 ◦ green 99 ◦ blue 110

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

Shades of Blue Lagoon #00636E

Tints of Blue Lagoon #00636E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 47.37%

 BLUE value IS 110 (43.36% from 255) = 52.63%

R = 0%
G = 47.37%
B = 52.63%

CMYK

 C value IS 1

 M value IS 0.1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00636E (or 0x00636E) is known color: Blue Lagoon. HEX triplet: 00, 63 and 6E. RGB value is (0,99,110). Sum of RGB (Red+Green+Blue) = 0+99+110=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #00636E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00636E is #FF9C91. Grayscale: #464646. Windows color (decimal): -16751762 or 7234304. OLE color: 7234304.

HSL color Cylindrical-coordinate representation of color #00636E: hue angle of 186º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00636E is Cyan = 1, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 99 110 -
CMYK 1 0.1 0 0.57
HSL 186º 1% 0.22% -
HSV(B) 186º 1% 0.43% -
XYZ 7.28 10.05 16.31 -
YUV 70.65 150.2 77.61 -
System Red Green Blue C M Y K H S L
Decimal 0 99 110 1 0.1 0 0.57 186 1 0.22
Hex 0 63 6E 64 A 0 39 BA 64 16
Octal 0 143 156 144 12 0 71 272 144 26
Binary 0 1100011 1101110 1100100 1010 0 111001 10111010 1100100 10110

Color Harmonies of #00636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00636E

Black with #00636E

Text Example


Text Example

White with #00636E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00636E; }

 p { color: rgb(0,99,110); }

 H1.HeaderClassName
 {
   color: #00636E;
 }
 .AnyTagClassName
 {
   color: #00636E;
 }
</style>

background-color css

<style>
 a { background-color: #00636E; }

 a { background-color: rgb(0,99,110); }

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

border-color css

<style>
 span { border-color: #00636E; }

 span { border-color: rgb(0,99,110); }

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