Html Css Color HEX #065B7C Blue Lagoon

📋 copy color: '#065B7C'

red 6 ◦ green 91 ◦ blue 124

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

Shades of Blue Lagoon #065B7C

Tints of Blue Lagoon #065B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 56.11%

R = 2.71%
G = 41.18%
B = 56.11%

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

#065B7C (or 0x065B7C) is known color: Blue Lagoon. HEX triplet: 06, 5B and 7C. RGB value is (6,91,124). Sum of RGB (Red+Green+Blue) = 6+91+124=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #065B7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065B7C is #F9A483. Grayscale: #454545. Windows color (decimal): -16360580 or 8149766. OLE color: 8149766.

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

Color convert

RGB 6 91 124 -
CMYK 0.95 0.27 0 0.51
HSL 196.78º 0.91% 0.25% -
HSV(B) 196.78º 0.95% 0.49% -
XYZ 7.45 8.98 20.41 -
YUV 69.35 158.84 82.82 -
System Red Green Blue C M Y K H S L
Decimal 6 91 124 0.95 0.27 0 0.51 196.78 0.91 0.25
Hex 6 5B 7C 5F 1B 0 33 C5 5B 19
Octal 6 133 174 137 33 0 63 305 133 31
Binary 110 1011011 1111100 1011111 11011 0 110011 11000101 1011011 11001

Color Harmonies of #065B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065B7C

Black with #065B7C

Text Example


Text Example

White with #065B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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