Html Css Color HEX #076369 Blue Lagoon

📋 copy color: '#076369'

red 7 ◦ green 99 ◦ blue 105

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

Shades of Blue Lagoon #076369

Tints of Blue Lagoon #076369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.92%

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

R = 3.32%
G = 46.92%
B = 49.76%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#076369 (or 0x076369) is known color: Blue Lagoon. HEX triplet: 07, 63 and 69. RGB value is (7,99,105). Sum of RGB (Red+Green+Blue) = 7+99+105=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #076369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076369 is #F89C96. Grayscale: #484848. Windows color (decimal): -16293015 or 6906631. OLE color: 6906631.

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

Color convert

RGB 7 99 105 -
CMYK 0.93 0.06 0 0.59
HSL 183.67º 0.88% 0.22% -
HSV(B) 183.67º 0.93% 0.41% -
XYZ 7.1 9.99 14.92 -
YUV 72.18 146.52 81.51 -
System Red Green Blue C M Y K H S L
Decimal 7 99 105 0.93 0.06 0 0.59 183.67 0.88 0.22
Hex 7 63 69 5D 6 0 3B B8 58 16
Octal 7 143 151 135 6 0 73 270 130 26
Binary 111 1100011 1101001 1011101 110 0 111011 10111000 1011000 10110

Color Harmonies of #076369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076369

Black with #076369

Text Example


Text Example

White with #076369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076369; }

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

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

background-color css

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

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

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

border-color css

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

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

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