Html Css Color HEX #065271 Blue Lagoon

📋 copy color: '#065271'

red 6 ◦ green 82 ◦ blue 113

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

Shades of Blue Lagoon #065271

Tints of Blue Lagoon #065271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.8%

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

R = 2.99%
G = 40.8%
B = 56.22%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#065271 (or 0x065271) is known color: Blue Lagoon. HEX triplet: 06, 52 and 71. RGB value is (6,82,113). Sum of RGB (Red+Green+Blue) = 6+82+113=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #065271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065271 is #F9AD8E. Grayscale: #3E3E3E. Windows color (decimal): -16362895 or 7426566. OLE color: 7426566.

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

Color convert

RGB 6 82 113 -
CMYK 0.95 0.27 0 0.56
HSL 197.38º 0.9% 0.23% -
HSV(B) 197.38º 0.95% 0.44% -
XYZ 6.07 7.27 16.71 -
YUV 62.81 156.32 87.48 -
System Red Green Blue C M Y K H S L
Decimal 6 82 113 0.95 0.27 0 0.56 197.38 0.9 0.23
Hex 6 52 71 5F 1B 0 38 C5 5A 17
Octal 6 122 161 137 33 0 70 305 132 27
Binary 110 1010010 1110001 1011111 11011 0 111000 11000101 1011010 10111

Color Harmonies of #065271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065271

Black with #065271

Text Example


Text Example

White with #065271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065271; }

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

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

background-color css

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

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

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

border-color css

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

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

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