Html Css Color HEX #075568 Blue Lagoon

📋 copy color: '#075568'

red 7 ◦ green 85 ◦ blue 104

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

Shades of Blue Lagoon #075568

Tints of Blue Lagoon #075568

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.37%

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

R = 3.57%
G = 43.37%
B = 53.06%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#075568 (or 0x075568) is known color: Blue Lagoon. HEX triplet: 07, 55 and 68. RGB value is (7,85,104). Sum of RGB (Red+Green+Blue) = 7+85+104=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #075568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075568 is #F8AA97. Grayscale: #3F3F3F. Windows color (decimal): -16296600 or 6837511. OLE color: 6837511.

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

Color convert

RGB 7 85 104 -
CMYK 0.93 0.18 0 0.59
HSL 191.75º 0.87% 0.22% -
HSV(B) 191.75º 0.93% 0.41% -
XYZ 5.83 7.54 14.24 -
YUV 63.84 150.66 87.46 -
System Red Green Blue C M Y K H S L
Decimal 7 85 104 0.93 0.18 0 0.59 191.75 0.87 0.22
Hex 7 55 68 5D 12 0 3B C0 57 16
Octal 7 125 150 135 22 0 73 300 127 26
Binary 111 1010101 1101000 1011101 10010 0 111011 11000000 1010111 10110

Color Harmonies of #075568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075568

Black with #075568

Text Example


Text Example

White with #075568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075568; }

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

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

background-color css

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

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

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

border-color css

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

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

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