#075067

Color #075067 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #075067

Tints of Blue Lagoon #075067

Color information

#075067 (or 0x075067) is unknown color: approx Blue Lagoon. HEX triplet: 07, 50 and 67. RGB value is (7,80,103). Sum of RGB (Red+Green+Blue) = 7+80+103=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #075067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075067 is #F8AF98. Grayscale: #3C3C3C. Windows color (decimal): -16297881 or 6770695. OLE color: 6770695.

HSL color Cylindrical-coordinate representation of color #075067: hue angle of 194.38º 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 #075067 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB780103-
CMYK0.930.2200.60
HSL194.38º87.27%21.57%-
HSV(B)194.38º93.2%40.39%-
XYZ5.46.7613.85-
YUV60.8151.8289.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.68%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 103 (40.62% from 255) = 54.21%
R=3.68%
G=42.11%
B=54.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7801030.930.2200.60194.3887.2721.57
Hex750675D1603Cc25716
Octal71201471352607430212726
Binary11110100001100111101110110110011110011000010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075067; }

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

 H1.HeaderClassName
 {
   color: #075067;
 }
 .AnyTagClassName
 {
   color: #075067;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #075067;
 }
 .BgClassName
 {
   background-color: #075067;
 }
</style>
border-color css

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

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

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