Html Css Color HEX #065374 Blue Lagoon

📋 copy color: '#065374'

red 6 ◦ green 83 ◦ blue 116

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

Shades of Blue Lagoon #065374

Tints of Blue Lagoon #065374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.49%

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

R = 2.93%
G = 40.49%
B = 56.59%

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

#065374 (or 0x065374) is known color: Blue Lagoon. HEX triplet: 06, 53 and 74. RGB value is (6,83,116). Sum of RGB (Red+Green+Blue) = 6+83+116=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #065374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065374 is #F9AC8B. Grayscale: #3F3F3F. Windows color (decimal): -16362636 or 7623430. OLE color: 7623430.

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

Color convert

RGB 6 83 116 -
CMYK 0.95 0.28 0 0.55
HSL 198º 0.9% 0.24% -
HSV(B) 198º 0.95% 0.45% -
XYZ 6.32 7.49 17.63 -
YUV 63.74 157.49 86.82 -
System Red Green Blue C M Y K H S L
Decimal 6 83 116 0.95 0.28 0 0.55 198 0.9 0.24
Hex 6 53 74 5F 1C 0 37 C6 5A 18
Octal 6 123 164 137 34 0 67 306 132 30
Binary 110 1010011 1110100 1011111 11100 0 110111 11000110 1011010 11000

Color Harmonies of #065374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065374

Black with #065374

Text Example


Text Example

White with #065374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065374; }

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

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

background-color css

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

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

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

border-color css

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

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

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