Html Css Color HEX #076367 Blue Lagoon

📋 copy color: '#076367'

red 7 ◦ green 99 ◦ blue 103

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

Shades of Blue Lagoon #076367

Tints of Blue Lagoon #076367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 49.28%

R = 3.35%
G = 47.37%
B = 49.28%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#076367 (or 0x076367) is known color: Blue Lagoon. HEX triplet: 07, 63 and 67. RGB value is (7,99,103). Sum of RGB (Red+Green+Blue) = 7+99+103=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 103 - color contains mainly: blue. Hex color #076367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076367 is #F89C98. Grayscale: #474747. Windows color (decimal): -16293017 or 6775559. OLE color: 6775559.

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

Color convert

RGB 7 99 103 -
CMYK 0.93 0.04 0 0.60
HSL 182.5º 0.87% 0.22% -
HSV(B) 182.5º 0.93% 0.4% -
XYZ 7 9.95 14.38 -
YUV 71.95 145.52 81.67 -
System Red Green Blue C M Y K H S L
Decimal 7 99 103 0.93 0.04 0 0.60 182.5 0.87 0.22
Hex 7 63 67 5D 4 0 3C B6 57 16
Octal 7 143 147 135 4 0 74 266 127 26
Binary 111 1100011 1100111 1011101 100 0 111100 10110110 1010111 10110

Color Harmonies of #076367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076367

Black with #076367

Text Example


Text Example

White with #076367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076367; }

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

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

background-color css

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

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

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

border-color css

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

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

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