Html Css Color HEX #065973 Blue Lagoon

📋 copy color: '#065973'

red 6 ◦ green 89 ◦ blue 115

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

Shades of Blue Lagoon #065973

Tints of Blue Lagoon #065973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.38%

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

R = 2.86%
G = 42.38%
B = 54.76%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#065973 (or 0x065973) is known color: Blue Lagoon. HEX triplet: 06, 59 and 73. RGB value is (6,89,115). Sum of RGB (Red+Green+Blue) = 6+89+115=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #065973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065973 is #F9A68C. Grayscale: #424242. Windows color (decimal): -16361101 or 7559430. OLE color: 7559430.

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

Color convert

RGB 6 89 115 -
CMYK 0.95 0.23 0 0.55
HSL 194.31º 0.9% 0.24% -
HSV(B) 194.31º 0.95% 0.45% -
XYZ 6.74 8.42 17.49 -
YUV 67.15 155 84.39 -
System Red Green Blue C M Y K H S L
Decimal 6 89 115 0.95 0.23 0 0.55 194.31 0.9 0.24
Hex 6 59 73 5F 17 0 37 C2 5A 18
Octal 6 131 163 137 27 0 67 302 132 30
Binary 110 1011001 1110011 1011111 10111 0 110111 11000010 1011010 11000

Color Harmonies of #065973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065973

Black with #065973

Text Example


Text Example

White with #065973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065973; }

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

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

background-color css

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

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

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

border-color css

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

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

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