Html Css Color HEX #065D7D Blue Lagoon

📋 copy color: '#065D7D'

red 6 ◦ green 93 ◦ blue 125

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

Shades of Blue Lagoon #065D7D

Tints of Blue Lagoon #065D7D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 41.52%

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

R = 2.68%
G = 41.52%
B = 55.8%

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

#065D7D (or 0x065D7D) is known color: Blue Lagoon. HEX triplet: 06, 5D and 7D. RGB value is (6,93,125). Sum of RGB (Red+Green+Blue) = 6+93+125=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #065D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065D7D is #F9A282. Grayscale: #464646. Windows color (decimal): -16360067 or 8215814. OLE color: 8215814.

HSL color Cylindrical-coordinate representation of color #065D7D: hue angle of 196.13º 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 #065D7D is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 93 125 -
CMYK 0.95 0.26 0 0.51
HSL 196.13º 0.91% 0.26% -
HSV(B) 196.13º 0.95% 0.49% -
XYZ 7.69 9.35 20.8 -
YUV 70.64 158.68 81.9 -
System Red Green Blue C M Y K H S L
Decimal 6 93 125 0.95 0.26 0 0.51 196.13 0.91 0.26
Hex 6 5D 7D 5F 1A 0 33 C4 5B 1A
Octal 6 135 175 137 32 0 63 304 133 32
Binary 110 1011101 1111101 1011111 11010 0 110011 11000100 1011011 11010

Color Harmonies of #065D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065D7D

Black with #065D7D

Text Example


Text Example

White with #065D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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