Html Css Color HEX #075368 Blue Lagoon

📋 copy color: '#075368'

red 7 ◦ green 83 ◦ blue 104

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

Shades of Blue Lagoon #075368

Tints of Blue Lagoon #075368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.78%

 BLUE value IS 104 (41.02% from 255) = 53.61%

R = 3.61%
G = 42.78%
B = 53.61%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#075368 (or 0x075368) is known color: Blue Lagoon. HEX triplet: 07, 53 and 68. RGB value is (7,83,104). Sum of RGB (Red+Green+Blue) = 7+83+104=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #075368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075368 is #F8AC97. Grayscale: #3E3E3E. Windows color (decimal): -16297112 or 6836999. OLE color: 6836999.

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

Color convert

RGB 7 83 104 -
CMYK 0.93 0.20 0 0.59
HSL 192.99º 0.87% 0.22% -
HSV(B) 192.99º 0.93% 0.41% -
XYZ 5.68 7.23 14.19 -
YUV 62.67 151.32 88.29 -
System Red Green Blue C M Y K H S L
Decimal 7 83 104 0.93 0.20 0 0.59 192.99 0.87 0.22
Hex 7 53 68 5D 14 0 3B C1 57 16
Octal 7 123 150 135 24 0 73 301 127 26
Binary 111 1010011 1101000 1011101 10100 0 111011 11000001 1010111 10110

Color Harmonies of #075368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075368

Black with #075368

Text Example


Text Example

White with #075368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075368; }

 p { color: rgb(7,83,104); }

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

background-color css

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

 a { background-color: rgb(7,83,104); }

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

border-color css

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

 span { border-color: rgb(7,83,104); }

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