Html Css Color HEX #076384 Blue Lagoon

📋 copy color: '#076384'

red 7 ◦ green 99 ◦ blue 132

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

Shades of Blue Lagoon #076384

Tints of Blue Lagoon #076384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 55.46%

R = 2.94%
G = 41.6%
B = 55.46%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#076384 (or 0x076384) is known color: Blue Lagoon. HEX triplet: 07, 63 and 84. RGB value is (7,99,132). Sum of RGB (Red+Green+Blue) = 7+99+132=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #076384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076384 is #F89C7B. Grayscale: #4B4B4B. Windows color (decimal): -16292988 or 8676103. OLE color: 8676103.

HSL color Cylindrical-coordinate representation of color #076384: hue angle of 195.84º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076384 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 99 132 -
CMYK 0.95 0.25 0 0.48
HSL 195.84º 0.9% 0.27% -
HSV(B) 195.84º 0.95% 0.52% -
XYZ 8.71 10.63 23.42 -
YUV 75.25 160.02 79.32 -
System Red Green Blue C M Y K H S L
Decimal 7 99 132 0.95 0.25 0 0.48 195.84 0.9 0.27
Hex 7 63 84 5F 19 0 30 C4 5A 1B
Octal 7 143 204 137 31 0 60 304 132 33
Binary 111 1100011 10000100 1011111 11001 0 110000 11000100 1011010 11011

Color Harmonies of #076384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076384

Black with #076384

Text Example


Text Example

White with #076384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076384; }

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

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

background-color css

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

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

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

border-color css

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

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

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