#074B66

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

Shades of Blue Lagoon #074B66

Tints of Blue Lagoon #074B66

Color information

#074B66 (or 0x074B66) is unknown color: approx Blue Lagoon. HEX triplet: 07, 4B and 66. RGB value is (7,75,102). Sum of RGB (Red+Green+Blue) = 7+75+102=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #074B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074B66 is #F8B499. Grayscale: #393939. Windows color (decimal): -16299162 or 6703879. OLE color: 6703879.

HSL color Cylindrical-coordinate representation of color #074B66: hue angle of 197.05º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074B66 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB775102-
CMYK0.930.2600.6
HSL197.05º87.16%21.37%-
HSV(B)197.05º93.14%40%-
XYZ56.0413.47-
YUV57.75152.9791.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.80%
GREEN value IS 75 (29.69% from 255) = 40.76%
BLUE value IS 102 (40.23% from 255) = 55.43%
R=3.80%
G=40.76%
B=55.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7751020.930.2600.6197.0587.1621.37
Hex74B665D1A03Cc55715
Octal71131461353207430512725
Binary11110010111100110101110111010011110011000101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,75,102); }

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

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

 a { background-color: rgb(7,75,102); }

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

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

 span { border-color: rgb(7,75,102); }

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