Html Css Color HEX #075069 Blue Lagoon

📋 copy color: '#075069'

red 7 ◦ green 80 ◦ blue 105

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

Shades of Blue Lagoon #075069

Tints of Blue Lagoon #075069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.67%

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

R = 3.65%
G = 41.67%
B = 54.69%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#075069 (or 0x075069) is known color: Blue Lagoon. HEX triplet: 07, 50 and 69. RGB value is (7,80,105). Sum of RGB (Red+Green+Blue) = 7+80+105=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #075069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075069 is #F8AF96. Grayscale: #3C3C3C. Windows color (decimal): -16297879 or 6901767. OLE color: 6901767.

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

Color convert

RGB 7 80 105 -
CMYK 0.93 0.24 0 0.59
HSL 195.31º 0.88% 0.22% -
HSV(B) 195.31º 0.93% 0.41% -
XYZ 5.51 6.8 14.39 -
YUV 61.02 152.82 89.47 -
System Red Green Blue C M Y K H S L
Decimal 7 80 105 0.93 0.24 0 0.59 195.31 0.88 0.22
Hex 7 50 69 5D 18 0 3B C3 58 16
Octal 7 120 151 135 30 0 73 303 130 26
Binary 111 1010000 1101001 1011101 11000 0 111011 11000011 1011000 10110

Color Harmonies of #075069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075069

Black with #075069

Text Example


Text Example

White with #075069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075069; }

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

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

background-color css

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

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

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

border-color css

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

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

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