Html Css Color HEX #075F67 Blue Lagoon

📋 copy color: '#075F67'

red 7 ◦ green 95 ◦ blue 103

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

Shades of Blue Lagoon #075F67

Tints of Blue Lagoon #075F67

RGB

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

 GREEN value IS 95 (37.5% from 255) = 46.34%

 BLUE value IS 103 (40.63% from 255) = 50.24%

R = 3.41%
G = 46.34%
B = 50.24%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#075F67 (or 0x075F67) is known color: Blue Lagoon. HEX triplet: 07, 5F and 67. RGB value is (7,95,103). Sum of RGB (Red+Green+Blue) = 7+95+103=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #075F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075F67 is #F8A098. Grayscale: #454545. Windows color (decimal): -16294041 or 6774535. OLE color: 6774535.

HSL color Cylindrical-coordinate representation of color #075F67: hue angle of 185º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075F67 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 7 95 103 -
CMYK 0.93 0.08 0 0.60
HSL 185º 0.87% 0.22% -
HSV(B) 185º 0.93% 0.4% -
XYZ 6.63 9.21 14.26 -
YUV 69.6 146.85 83.35 -
System Red Green Blue C M Y K H S L
Decimal 7 95 103 0.93 0.08 0 0.60 185 0.87 0.22
Hex 7 5F 67 5D 8 0 3C B9 57 16
Octal 7 137 147 135 10 0 74 271 127 26
Binary 111 1011111 1100111 1011101 1000 0 111100 10111001 1010111 10110

Color Harmonies of #075F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075F67

Black with #075F67

Text Example


Text Example

White with #075F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075F67; }

 p { color: rgb(7,95,103); }

 H1.HeaderClassName
 {
   color: #075F67;
 }
 .AnyTagClassName
 {
   color: #075F67;
 }
</style>

background-color css

<style>
 a { background-color: #075F67; }

 a { background-color: rgb(7,95,103); }

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

border-color css

<style>
 span { border-color: #075F67; }

 span { border-color: rgb(7,95,103); }

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