Html Css Color HEX #074E66 Blue Lagoon

📋 copy color: '#074E66'

red 7 ◦ green 78 ◦ blue 102

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

Shades of Blue Lagoon #074E66

Tints of Blue Lagoon #074E66

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.71%

 BLUE value IS 102 (40.23% from 255) = 54.55%

R = 3.74%
G = 41.71%
B = 54.55%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#074E66 (or 0x074E66) is known color: Blue Lagoon. HEX triplet: 07, 4E and 66. RGB value is (7,78,102). Sum of RGB (Red+Green+Blue) = 7+78+102=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #074E66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074E66 is #F8B199. Grayscale: #3B3B3B. Windows color (decimal): -16298394 or 6704647. OLE color: 6704647.

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

Color convert

RGB 7 78 102 -
CMYK 0.93 0.24 0 0.6
HSL 195.16º 0.87% 0.21% -
HSV(B) 195.16º 0.93% 0.4% -
XYZ 5.21 6.45 13.54 -
YUV 59.51 151.98 90.55 -
System Red Green Blue C M Y K H S L
Decimal 7 78 102 0.93 0.24 0 0.6 195.16 0.87 0.21
Hex 7 4E 66 5D 18 0 3C C3 57 15
Octal 7 116 146 135 30 0 74 303 127 25
Binary 111 1001110 1100110 1011101 11000 0 111100 11000011 1010111 10101

Color Harmonies of #074E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074E66

Black with #074E66

Text Example


Text Example

White with #074E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #074E66;
 }
 .AnyTagClassName
 {
   color: #074E66;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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