Html Css Color HEX #00607C Blue Lagoon

📋 copy color: '#00607C'

red 0 ◦ green 96 ◦ blue 124

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

Shades of Blue Lagoon #00607C

Tints of Blue Lagoon #00607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.64%

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

R = 0%
G = 43.64%
B = 56.36%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00607C (or 0x00607C) is known color: Blue Lagoon. HEX triplet: 00, 60 and 7C. RGB value is (0,96,124). Sum of RGB (Red+Green+Blue) = 0+96+124=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #00607C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00607C is #FF9F83. Grayscale: #464646. Windows color (decimal): -16752516 or 8151040. OLE color: 8151040.

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

Color convert

RGB 0 96 124 -
CMYK 1 0.23 0 0.51
HSL 193.55º 1% 0.24% -
HSV(B) 193.55º 1% 0.49% -
XYZ 7.82 9.82 20.55 -
YUV 70.49 158.2 77.72 -
System Red Green Blue C M Y K H S L
Decimal 0 96 124 1 0.23 0 0.51 193.55 1 0.24
Hex 0 60 7C 64 17 0 33 C2 64 18
Octal 0 140 174 144 27 0 63 302 144 30
Binary 0 1100000 1111100 1100100 10111 0 110011 11000010 1100100 11000

Color Harmonies of #00607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00607C

Black with #00607C

Text Example


Text Example

White with #00607C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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