Html Css Color HEX #065F82 Blue Lagoon

📋 copy color: '#065F82'

red 6 ◦ green 95 ◦ blue 130

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

Shades of Blue Lagoon #065F82

Tints of Blue Lagoon #065F82

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.13%

 BLUE value IS 130 (51.17% from 255) = 56.28%

R = 2.6%
G = 41.13%
B = 56.28%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#065F82 (or 0x065F82) is known color: Blue Lagoon. HEX triplet: 06, 5F and 82. RGB value is (6,95,130). Sum of RGB (Red+Green+Blue) = 6+95+130=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #065F82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065F82 is #F9A07D. Grayscale: #484848. Windows color (decimal): -16359550 or 8544006. OLE color: 8544006.

HSL color Cylindrical-coordinate representation of color #065F82: hue angle of 196.94º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065F82 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 95 130 -
CMYK 0.95 0.27 0 0.49
HSL 196.94º 0.91% 0.27% -
HSV(B) 196.94º 0.95% 0.51% -
XYZ 8.2 9.83 22.59 -
YUV 72.38 160.51 80.65 -
System Red Green Blue C M Y K H S L
Decimal 6 95 130 0.95 0.27 0 0.49 196.94 0.91 0.27
Hex 6 5F 82 5F 1B 0 31 C5 5B 1B
Octal 6 137 202 137 33 0 61 305 133 33
Binary 110 1011111 10000010 1011111 11011 0 110001 11000101 1011011 11011

Color Harmonies of #065F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065F82

Black with #065F82

Text Example


Text Example

White with #065F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,95,130); }

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

background-color css

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

 a { background-color: rgb(6,95,130); }

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

border-color css

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

 span { border-color: rgb(6,95,130); }

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