Html Css Color HEX #07617F Blue Lagoon

📋 copy color: '#07617F'

red 7 ◦ green 97 ◦ blue 127

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

Shades of Blue Lagoon #07617F

Tints of Blue Lagoon #07617F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.99%

 BLUE value IS 127 (50% from 255) = 54.98%

R = 3.03%
G = 41.99%
B = 54.98%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#07617F (or 0x07617F) is known color: Blue Lagoon. HEX triplet: 07, 61 and 7F. RGB value is (7,97,127). Sum of RGB (Red+Green+Blue) = 7+97+127=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #07617F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07617F is #F89E80. Grayscale: #494949. Windows color (decimal): -16293505 or 8347911. OLE color: 8347911.

HSL color Cylindrical-coordinate representation of color #07617F: hue angle of 195º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07617F is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 7 97 127 -
CMYK 0.94 0.24 0 0.50
HSL 195º 0.9% 0.26% -
HSV(B) 195º 0.94% 0.5% -
XYZ 8.19 10.13 21.6 -
YUV 73.51 158.18 80.56 -
System Red Green Blue C M Y K H S L
Decimal 7 97 127 0.94 0.24 0 0.50 195 0.9 0.26
Hex 7 61 7F 5E 18 0 32 C3 5A 1A
Octal 7 141 177 136 30 0 62 303 132 32
Binary 111 1100001 1111111 1011110 11000 0 110010 11000011 1011010 11010

Color Harmonies of #07617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07617F

Black with #07617F

Text Example


Text Example

White with #07617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07617F; }

 p { color: rgb(7,97,127); }

 H1.HeaderClassName
 {
   color: #07617F;
 }
 .AnyTagClassName
 {
   color: #07617F;
 }
</style>

background-color css

<style>
 a { background-color: #07617F; }

 a { background-color: rgb(7,97,127); }

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

border-color css

<style>
 span { border-color: #07617F; }

 span { border-color: rgb(7,97,127); }

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