Html Css Color HEX #065373 Blue Lagoon

📋 copy color: '#065373'

red 6 ◦ green 83 ◦ blue 115

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

Shades of Blue Lagoon #065373

Tints of Blue Lagoon #065373

RGB

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

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

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

R = 2.94%
G = 40.69%
B = 56.37%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#065373 (or 0x065373) is known color: Blue Lagoon. HEX triplet: 06, 53 and 73. RGB value is (6,83,115). Sum of RGB (Red+Green+Blue) = 6+83+115=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #065373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065373 is #F9AC8C. Grayscale: #3F3F3F. Windows color (decimal): -16362637 or 7557894. OLE color: 7557894.

HSL color Cylindrical-coordinate representation of color #065373: hue angle of 197.61º 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 #065373 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 83 115 -
CMYK 0.95 0.28 0 0.55
HSL 197.61º 0.9% 0.24% -
HSV(B) 197.61º 0.95% 0.45% -
XYZ 6.26 7.46 17.33 -
YUV 63.63 156.99 86.9 -
System Red Green Blue C M Y K H S L
Decimal 6 83 115 0.95 0.28 0 0.55 197.61 0.9 0.24
Hex 6 53 73 5F 1C 0 37 C6 5A 18
Octal 6 123 163 137 34 0 67 306 132 30
Binary 110 1010011 1110011 1011111 11100 0 110111 11000110 1011010 11000

Color Harmonies of #065373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065373

Black with #065373

Text Example


Text Example

White with #065373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065373; }

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

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

background-color css

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

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

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

border-color css

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

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

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