Html Css Color HEX #07607D Blue Lagoon

📋 copy color: '#07607D'

red 7 ◦ green 96 ◦ blue 125

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

Shades of Blue Lagoon #07607D

Tints of Blue Lagoon #07607D

RGB

 RED value IS 7 (3.13% from 255) = 3.07%

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

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

R = 3.07%
G = 42.11%
B = 54.82%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#07607D (or 0x07607D) is known color: Blue Lagoon. HEX triplet: 07, 60 and 7D. RGB value is (7,96,125). Sum of RGB (Red+Green+Blue) = 7+96+125=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #07607D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07607D is #F89F82. Grayscale: #484848. Windows color (decimal): -16293763 or 8216583. OLE color: 8216583.

HSL color Cylindrical-coordinate representation of color #07607D: hue angle of 194.75º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07607D is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 7 96 125 -
CMYK 0.94 0.23 0 0.51
HSL 194.75º 0.89% 0.26% -
HSV(B) 194.75º 0.94% 0.49% -
XYZ 7.97 9.89 20.89 -
YUV 72.7 157.51 81.14 -
System Red Green Blue C M Y K H S L
Decimal 7 96 125 0.94 0.23 0 0.51 194.75 0.89 0.26
Hex 7 60 7D 5E 17 0 33 C3 59 1A
Octal 7 140 175 136 27 0 63 303 131 32
Binary 111 1100000 1111101 1011110 10111 0 110011 11000011 1011001 11010

Color Harmonies of #07607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07607D

Black with #07607D

Text Example


Text Example

White with #07607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,96,125); }

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

background-color css

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

 a { background-color: rgb(7,96,125); }

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

border-color css

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

 span { border-color: rgb(7,96,125); }

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