Html Css Color HEX #065871 Blue Lagoon

📋 copy color: '#065871'

red 6 ◦ green 88 ◦ blue 113

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

Shades of Blue Lagoon #065871

Tints of Blue Lagoon #065871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.51%

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

R = 2.9%
G = 42.51%
B = 54.59%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#065871 (or 0x065871) is known color: Blue Lagoon. HEX triplet: 06, 58 and 71. RGB value is (6,88,113). Sum of RGB (Red+Green+Blue) = 6+88+113=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #065871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065871 is #F9A78E. Grayscale: #424242. Windows color (decimal): -16361359 or 7428102. OLE color: 7428102.

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

Color convert

RGB 6 88 113 -
CMYK 0.95 0.22 0 0.56
HSL 194.02º 0.9% 0.23% -
HSV(B) 194.02º 0.95% 0.44% -
XYZ 6.55 8.21 16.86 -
YUV 66.33 154.33 84.97 -
System Red Green Blue C M Y K H S L
Decimal 6 88 113 0.95 0.22 0 0.56 194.02 0.9 0.23
Hex 6 58 71 5F 16 0 38 C2 5A 17
Octal 6 130 161 137 26 0 70 302 132 27
Binary 110 1011000 1110001 1011111 10110 0 111000 11000010 1011010 10111

Color Harmonies of #065871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065871

Black with #065871

Text Example


Text Example

White with #065871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065871; }

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

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

background-color css

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

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

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

border-color css

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

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

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