Html Css Color HEX #065874 Blue Lagoon

📋 copy color: '#065874'

red 6 ◦ green 88 ◦ blue 116

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

Shades of Blue Lagoon #065874

Tints of Blue Lagoon #065874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 55.24%

R = 2.86%
G = 41.9%
B = 55.24%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#065874 (or 0x065874) is known color: Blue Lagoon. HEX triplet: 06, 58 and 74. RGB value is (6,88,116). Sum of RGB (Red+Green+Blue) = 6+88+116=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #065874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065874 is #F9A78B. Grayscale: #424242. Windows color (decimal): -16361356 or 7624710. OLE color: 7624710.

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

Color convert

RGB 6 88 116 -
CMYK 0.95 0.24 0 0.55
HSL 195.27º 0.9% 0.24% -
HSV(B) 195.27º 0.95% 0.45% -
XYZ 6.72 8.28 17.77 -
YUV 66.67 155.83 84.72 -
System Red Green Blue C M Y K H S L
Decimal 6 88 116 0.95 0.24 0 0.55 195.27 0.9 0.24
Hex 6 58 74 5F 18 0 37 C3 5A 18
Octal 6 130 164 137 30 0 67 303 132 30
Binary 110 1011000 1110100 1011111 11000 0 110111 11000011 1011010 11000

Color Harmonies of #065874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065874

Black with #065874

Text Example


Text Example

White with #065874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065874; }

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

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

background-color css

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

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

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

border-color css

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

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

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