Html Css Color HEX #065B73 Blue Lagoon

📋 copy color: '#065B73'

red 6 ◦ green 91 ◦ blue 115

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

Shades of Blue Lagoon #065B73

Tints of Blue Lagoon #065B73

RGB

 RED value IS 6 (2.73% from 255) = 2.83%

 GREEN value IS 91 (35.94% from 255) = 42.92%

 BLUE value IS 115 (45.31% from 255) = 54.25%

R = 2.83%
G = 42.92%
B = 54.25%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#065B73 (or 0x065B73) is known color: Blue Lagoon. HEX triplet: 06, 5B and 73. RGB value is (6,91,115). Sum of RGB (Red+Green+Blue) = 6+91+115=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #065B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065B73 is #F9A48C. Grayscale: #444444. Windows color (decimal): -16360589 or 7559942. OLE color: 7559942.

HSL color Cylindrical-coordinate representation of color #065B73: hue angle of 193.21º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065B73 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 91 115 -
CMYK 0.95 0.21 0 0.55
HSL 193.21º 0.9% 0.24% -
HSV(B) 193.21º 0.95% 0.45% -
XYZ 6.91 8.76 17.55 -
YUV 68.32 154.34 83.55 -
System Red Green Blue C M Y K H S L
Decimal 6 91 115 0.95 0.21 0 0.55 193.21 0.9 0.24
Hex 6 5B 73 5F 15 0 37 C1 5A 18
Octal 6 133 163 137 25 0 67 301 132 30
Binary 110 1011011 1110011 1011111 10101 0 110111 11000001 1011010 11000

Color Harmonies of #065B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065B73

Black with #065B73

Text Example


Text Example

White with #065B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065B73; }

 p { color: rgb(6,91,115); }

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

background-color css

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

 a { background-color: rgb(6,91,115); }

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

border-color css

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

 span { border-color: rgb(6,91,115); }

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