Html Css Color HEX #065B7D Blue Lagoon

📋 copy color: '#065B7D'

red 6 ◦ green 91 ◦ blue 125

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

Shades of Blue Lagoon #065B7D

Tints of Blue Lagoon #065B7D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.99%

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

R = 2.7%
G = 40.99%
B = 56.31%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#065B7D (or 0x065B7D) is known color: Blue Lagoon. HEX triplet: 06, 5B and 7D. RGB value is (6,91,125). Sum of RGB (Red+Green+Blue) = 6+91+125=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #065B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065B7D is #F9A482. Grayscale: #454545. Windows color (decimal): -16360579 or 8215302. OLE color: 8215302.

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

Color convert

RGB 6 91 125 -
CMYK 0.95 0.27 0 0.51
HSL 197.14º 0.91% 0.26% -
HSV(B) 197.14º 0.95% 0.49% -
XYZ 7.52 9 20.74 -
YUV 69.46 159.34 82.74 -
System Red Green Blue C M Y K H S L
Decimal 6 91 125 0.95 0.27 0 0.51 197.14 0.91 0.26
Hex 6 5B 7D 5F 1B 0 33 C5 5B 1A
Octal 6 133 175 137 33 0 63 305 133 32
Binary 110 1011011 1111101 1011111 11011 0 110011 11000101 1011011 11010

Color Harmonies of #065B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065B7D

Black with #065B7D

Text Example


Text Example

White with #065B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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