Html Css Color HEX #075268 Blue Lagoon

📋 copy color: '#075268'

red 7 ◦ green 82 ◦ blue 104

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

Shades of Blue Lagoon #075268

Tints of Blue Lagoon #075268

RGB

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

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

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

R = 3.63%
G = 42.49%
B = 53.89%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#075268 (or 0x075268) is known color: Blue Lagoon. HEX triplet: 07, 52 and 68. RGB value is (7,82,104). Sum of RGB (Red+Green+Blue) = 7+82+104=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #075268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075268 is #F8AD97. Grayscale: #3D3D3D. Windows color (decimal): -16297368 or 6836743. OLE color: 6836743.

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

Color convert

RGB 7 82 104 -
CMYK 0.93 0.21 0 0.59
HSL 193.61º 0.87% 0.22% -
HSV(B) 193.61º 0.93% 0.41% -
XYZ 5.6 7.08 14.17 -
YUV 62.08 151.65 88.71 -
System Red Green Blue C M Y K H S L
Decimal 7 82 104 0.93 0.21 0 0.59 193.61 0.87 0.22
Hex 7 52 68 5D 15 0 3B C2 57 16
Octal 7 122 150 135 25 0 73 302 127 26
Binary 111 1010010 1101000 1011101 10101 0 111011 11000010 1010111 10110

Color Harmonies of #075268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075268

Black with #075268

Text Example


Text Example

White with #075268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075268; }

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

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

background-color css

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

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

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

border-color css

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

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

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