Html Css Color HEX #075269 Blue Lagoon

📋 copy color: '#075269'

red 7 ◦ green 82 ◦ blue 105

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

Shades of Blue Lagoon #075269

Tints of Blue Lagoon #075269

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.27%

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

R = 3.61%
G = 42.27%
B = 54.12%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#075269 (or 0x075269) is known color: Blue Lagoon. HEX triplet: 07, 52 and 69. RGB value is (7,82,105). Sum of RGB (Red+Green+Blue) = 7+82+105=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #075269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075269 is #F8AD96. Grayscale: #3E3E3E. Windows color (decimal): -16297367 or 6902279. OLE color: 6902279.

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

Color convert

RGB 7 82 105 -
CMYK 0.93 0.22 0 0.59
HSL 194.08º 0.88% 0.22% -
HSV(B) 194.08º 0.93% 0.41% -
XYZ 5.65 7.1 14.44 -
YUV 62.2 152.15 88.63 -
System Red Green Blue C M Y K H S L
Decimal 7 82 105 0.93 0.22 0 0.59 194.08 0.88 0.22
Hex 7 52 69 5D 16 0 3B C2 58 16
Octal 7 122 151 135 26 0 73 302 130 26
Binary 111 1010010 1101001 1011101 10110 0 111011 11000010 1011000 10110

Color Harmonies of #075269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075269

Black with #075269

Text Example


Text Example

White with #075269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075269; }

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

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

background-color css

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

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

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

border-color css

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

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

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