Html Css Color HEX #065370 Blue Lagoon

📋 copy color: '#065370'

red 6 ◦ green 83 ◦ blue 112

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

Shades of Blue Lagoon #065370

Tints of Blue Lagoon #065370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 55.72%

R = 2.99%
G = 41.29%
B = 55.72%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#065370 (or 0x065370) is known color: Blue Lagoon. HEX triplet: 06, 53 and 70. RGB value is (6,83,112). Sum of RGB (Red+Green+Blue) = 6+83+112=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #065370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065370 is #F9AC8F. Grayscale: #3F3F3F. Windows color (decimal): -16362640 or 7361286. OLE color: 7361286.

HSL color Cylindrical-coordinate representation of color #065370: hue angle of 196.42º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065370 is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 83 112 -
CMYK 0.95 0.26 0 0.56
HSL 196.42º 0.9% 0.23% -
HSV(B) 196.42º 0.95% 0.44% -
XYZ 6.09 7.4 16.44 -
YUV 63.28 155.49 87.14 -
System Red Green Blue C M Y K H S L
Decimal 6 83 112 0.95 0.26 0 0.56 196.42 0.9 0.23
Hex 6 53 70 5F 1A 0 38 C4 5A 17
Octal 6 123 160 137 32 0 70 304 132 27
Binary 110 1010011 1110000 1011111 11010 0 111000 11000100 1011010 10111

Color Harmonies of #065370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065370

Black with #065370

Text Example


Text Example

White with #065370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065370; }

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

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

background-color css

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

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

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

border-color css

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

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

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