#074C67

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

Shades of Blue Lagoon #074C67

Tints of Blue Lagoon #074C67

Color information

#074C67 (or 0x074C67) is unknown color: approx Blue Lagoon. HEX triplet: 07, 4C and 67. RGB value is (7,76,103). Sum of RGB (Red+Green+Blue) = 7+76+103=186 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.76% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 103 (40.62% from 255 or 55.38% from 186); Max value from RGB is 103 - color contains mainly: blue. Hex color #074C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074C67 is #F8B398. Grayscale: #3A3A3A. Windows color (decimal): -16298905 or 6769671. OLE color: 6769671.

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

Color convert

RGB776103-
CMYK0.930.2600.60
HSL196.88º87.27%21.57%-
HSV(B)196.88º93.2%40.39%-
XYZ5.126.1913.76-
YUV58.45153.1491.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.76%
GREEN value IS 76 (30.08% from 255) = 40.86%
BLUE value IS 103 (40.62% from 255) = 55.38%
R=3.76%
G=40.86%
B=55.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7761030.930.2600.60196.8887.2721.57
Hex74C675D1A03Cc55716
Octal71141471353207430512726
Binary11110011001100111101110111010011110011000101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074C67; }

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

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

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

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

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

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

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

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