Html Css Color HEX #065C7D Blue Lagoon

📋 copy color: '#065C7D'

red 6 ◦ green 92 ◦ blue 125

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

Shades of Blue Lagoon #065C7D

Tints of Blue Lagoon #065C7D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.26%

 BLUE value IS 125 (49.22% from 255) = 56.05%

R = 2.69%
G = 41.26%
B = 56.05%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#065C7D (or 0x065C7D) is known color: Blue Lagoon. HEX triplet: 06, 5C and 7D. RGB value is (6,92,125). Sum of RGB (Red+Green+Blue) = 6+92+125=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #065C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065C7D is #F9A382. Grayscale: #454545. Windows color (decimal): -16360323 or 8215558. OLE color: 8215558.

HSL color Cylindrical-coordinate representation of color #065C7D: hue angle of 196.64º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065C7D is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 92 125 -
CMYK 0.95 0.26 0 0.51
HSL 196.64º 0.91% 0.26% -
HSV(B) 196.64º 0.95% 0.49% -
XYZ 7.6 9.17 20.77 -
YUV 70.05 159.01 82.32 -
System Red Green Blue C M Y K H S L
Decimal 6 92 125 0.95 0.26 0 0.51 196.64 0.91 0.26
Hex 6 5C 7D 5F 1A 0 33 C5 5B 1A
Octal 6 134 175 137 32 0 63 305 133 32
Binary 110 1011100 1111101 1011111 11010 0 110011 11000101 1011011 11010

Color Harmonies of #065C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C7D

Black with #065C7D

Text Example


Text Example

White with #065C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065C7D; }

 p { color: rgb(6,92,125); }

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

background-color css

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

 a { background-color: rgb(6,92,125); }

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

border-color css

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

 span { border-color: rgb(6,92,125); }

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