Html Css Color HEX #065471 Blue Lagoon

📋 copy color: '#065471'

red 6 ◦ green 84 ◦ blue 113

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

Shades of Blue Lagoon #065471

Tints of Blue Lagoon #065471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.38%

 BLUE value IS 113 (44.53% from 255) = 55.67%

R = 2.96%
G = 41.38%
B = 55.67%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#065471 (or 0x065471) is known color: Blue Lagoon. HEX triplet: 06, 54 and 71. RGB value is (6,84,113). Sum of RGB (Red+Green+Blue) = 6+84+113=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #065471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065471 is #F9AB8E. Grayscale: #3F3F3F. Windows color (decimal): -16362383 or 7427078. OLE color: 7427078.

HSL color Cylindrical-coordinate representation of color #065471: hue angle of 196.26º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065471 is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 84 113 -
CMYK 0.95 0.26 0 0.56
HSL 196.26º 0.9% 0.23% -
HSV(B) 196.26º 0.95% 0.44% -
XYZ 6.23 7.57 16.76 -
YUV 63.98 155.66 86.64 -
System Red Green Blue C M Y K H S L
Decimal 6 84 113 0.95 0.26 0 0.56 196.26 0.9 0.23
Hex 6 54 71 5F 1A 0 38 C4 5A 17
Octal 6 124 161 137 32 0 70 304 132 27
Binary 110 1010100 1110001 1011111 11010 0 111000 11000100 1011010 10111

Color Harmonies of #065471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065471

Black with #065471

Text Example


Text Example

White with #065471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065471; }

 p { color: rgb(6,84,113); }

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

background-color css

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

 a { background-color: rgb(6,84,113); }

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

border-color css

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

 span { border-color: rgb(6,84,113); }

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