Html Css Color HEX #075C69 Blue Lagoon

📋 copy color: '#075C69'

red 7 ◦ green 92 ◦ blue 105

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

Shades of Blue Lagoon #075C69

Tints of Blue Lagoon #075C69

RGB

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

 GREEN value IS 92 (36.33% from 255) = 45.1%

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

R = 3.43%
G = 45.1%
B = 51.47%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#075C69 (or 0x075C69) is known color: Blue Lagoon. HEX triplet: 07, 5C and 69. RGB value is (7,92,105). Sum of RGB (Red+Green+Blue) = 7+92+105=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #075C69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075C69 is #F8A396. Grayscale: #434343. Windows color (decimal): -16294807 or 6904839. OLE color: 6904839.

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

Color convert

RGB 7 92 105 -
CMYK 0.93 0.12 0 0.59
HSL 187.96º 0.88% 0.22% -
HSV(B) 187.96º 0.93% 0.41% -
XYZ 6.46 8.72 14.71 -
YUV 68.07 148.84 84.44 -
System Red Green Blue C M Y K H S L
Decimal 7 92 105 0.93 0.12 0 0.59 187.96 0.88 0.22
Hex 7 5C 69 5D C 0 3B BC 58 16
Octal 7 134 151 135 14 0 73 274 130 26
Binary 111 1011100 1101001 1011101 1100 0 111011 10111100 1011000 10110

Color Harmonies of #075C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075C69

Black with #075C69

Text Example


Text Example

White with #075C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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