Html Css Color HEX #065474 Blue Lagoon

📋 copy color: '#065474'

red 6 ◦ green 84 ◦ blue 116

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

Shades of Blue Lagoon #065474

Tints of Blue Lagoon #065474

RGB

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

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

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

R = 2.91%
G = 40.78%
B = 56.31%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#065474 (or 0x065474) is known color: Blue Lagoon. HEX triplet: 06, 54 and 74. RGB value is (6,84,116). Sum of RGB (Red+Green+Blue) = 6+84+116=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #065474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065474 is #F9AB8B. Grayscale: #404040. Windows color (decimal): -16362380 or 7623686. OLE color: 7623686.

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

Color convert

RGB 6 84 116 -
CMYK 0.95 0.28 0 0.55
HSL 197.45º 0.9% 0.24% -
HSV(B) 197.45º 0.95% 0.45% -
XYZ 6.4 7.64 17.66 -
YUV 64.33 157.16 86.4 -
System Red Green Blue C M Y K H S L
Decimal 6 84 116 0.95 0.28 0 0.55 197.45 0.9 0.24
Hex 6 54 74 5F 1C 0 37 C5 5A 18
Octal 6 124 164 137 34 0 67 305 132 30
Binary 110 1010100 1110100 1011111 11100 0 110111 11000101 1011010 11000

Color Harmonies of #065474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065474

Black with #065474

Text Example


Text Example

White with #065474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065474; }

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

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

background-color css

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

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

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

border-color css

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

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

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