Html Css Color HEX #075363 Blue Lagoon

📋 copy color: '#075363'

red 7 ◦ green 83 ◦ blue 99

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

Shades of Blue Lagoon #075363

Tints of Blue Lagoon #075363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.92%

 BLUE value IS 99 (39.06% from 255) = 52.38%

R = 3.7%
G = 43.92%
B = 52.38%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#075363 (or 0x075363) is known color: Blue Lagoon. HEX triplet: 07, 53 and 63. RGB value is (7,83,99). Sum of RGB (Red+Green+Blue) = 7+83+99=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #075363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075363 is #F8AC9C. Grayscale: #3D3D3D. Windows color (decimal): -16297117 or 6509319. OLE color: 6509319.

HSL color Cylindrical-coordinate representation of color #075363: hue angle of 190.43º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075363 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 7 83 99 -
CMYK 0.93 0.16 0 0.61
HSL 190.43º 0.87% 0.21% -
HSV(B) 190.43º 0.93% 0.39% -
XYZ 5.43 7.13 12.89 -
YUV 62.1 148.82 88.7 -
System Red Green Blue C M Y K H S L
Decimal 7 83 99 0.93 0.16 0 0.61 190.43 0.87 0.21
Hex 7 53 63 5D 10 0 3D BE 57 15
Octal 7 123 143 135 20 0 75 276 127 25
Binary 111 1010011 1100011 1011101 10000 0 111101 10111110 1010111 10101

Color Harmonies of #075363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075363

Black with #075363

Text Example


Text Example

White with #075363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075363; }

 p { color: rgb(7,83,99); }

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

background-color css

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

 a { background-color: rgb(7,83,99); }

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

border-color css

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

 span { border-color: rgb(7,83,99); }

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