Html Css Color HEX #074D69 Blue Lagoon

📋 copy color: '#074D69'

red 7 ◦ green 77 ◦ blue 105

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

Shades of Blue Lagoon #074D69

Tints of Blue Lagoon #074D69

RGB

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

 GREEN value IS 77 (30.47% from 255) = 40.74%

 BLUE value IS 105 (41.41% from 255) = 55.56%

R = 3.7%
G = 40.74%
B = 55.56%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#074D69 (or 0x074D69) is known color: Blue Lagoon. HEX triplet: 07, 4D and 69. RGB value is (7,77,105). Sum of RGB (Red+Green+Blue) = 7+77+105=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #074D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074D69 is #F8B296. Grayscale: #3B3B3B. Windows color (decimal): -16298647 or 6900999. OLE color: 6900999.

HSL color Cylindrical-coordinate representation of color #074D69: hue angle of 197.14º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074D69 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 77 105 -
CMYK 0.93 0.27 0 0.59
HSL 197.14º 0.88% 0.22% -
HSV(B) 197.14º 0.93% 0.41% -
XYZ 5.29 6.37 14.32 -
YUV 59.26 153.81 90.72 -
System Red Green Blue C M Y K H S L
Decimal 7 77 105 0.93 0.27 0 0.59 197.14 0.88 0.22
Hex 7 4D 69 5D 1B 0 3B C5 58 16
Octal 7 115 151 135 33 0 73 305 130 26
Binary 111 1001101 1101001 1011101 11011 0 111011 11000101 1011000 10110

Color Harmonies of #074D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074D69

Black with #074D69

Text Example


Text Example

White with #074D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,77,105); }

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

background-color css

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

 a { background-color: rgb(7,77,105); }

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

border-color css

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

 span { border-color: rgb(7,77,105); }

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