Html Css Color HEX #075C67 Blue Lagoon

📋 copy color: '#075C67'

red 7 ◦ green 92 ◦ blue 103

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

Shades of Blue Lagoon #075C67

Tints of Blue Lagoon #075C67

RGB

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

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

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

R = 3.47%
G = 45.54%
B = 50.99%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#075C67 (or 0x075C67) is known color: Blue Lagoon. HEX triplet: 07, 5C and 67. RGB value is (7,92,103). Sum of RGB (Red+Green+Blue) = 7+92+103=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #075C67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075C67 is #F8A398. Grayscale: #434343. Windows color (decimal): -16294809 or 6773767. OLE color: 6773767.

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

Color convert

RGB 7 92 103 -
CMYK 0.93 0.11 0 0.60
HSL 186.88º 0.87% 0.22% -
HSV(B) 186.88º 0.93% 0.4% -
XYZ 6.36 8.68 14.17 -
YUV 67.84 147.84 84.61 -
System Red Green Blue C M Y K H S L
Decimal 7 92 103 0.93 0.11 0 0.60 186.88 0.87 0.22
Hex 7 5C 67 5D B 0 3C BB 57 16
Octal 7 134 147 135 13 0 74 273 127 26
Binary 111 1011100 1100111 1011101 1011 0 111100 10111011 1010111 10110

Color Harmonies of #075C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075C67

Black with #075C67

Text Example


Text Example

White with #075C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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