Html Css Color HEX #065372 Blue Lagoon

📋 copy color: '#065372'

red 6 ◦ green 83 ◦ blue 114

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

Shades of Blue Lagoon #065372

Tints of Blue Lagoon #065372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 56.16%

R = 2.96%
G = 40.89%
B = 56.16%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#065372 (or 0x065372) is known color: Blue Lagoon. HEX triplet: 06, 53 and 72. RGB value is (6,83,114). Sum of RGB (Red+Green+Blue) = 6+83+114=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #065372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065372 is #F9AC8D. Grayscale: #3F3F3F. Windows color (decimal): -16362638 or 7492358. OLE color: 7492358.

HSL color Cylindrical-coordinate representation of color #065372: hue angle of 197.22º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065372 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 83 114 -
CMYK 0.95 0.27 0 0.55
HSL 197.22º 0.9% 0.24% -
HSV(B) 197.22º 0.95% 0.45% -
XYZ 6.21 7.44 17.03 -
YUV 63.51 156.49 86.98 -
System Red Green Blue C M Y K H S L
Decimal 6 83 114 0.95 0.27 0 0.55 197.22 0.9 0.24
Hex 6 53 72 5F 1B 0 37 C5 5A 18
Octal 6 123 162 137 33 0 67 305 132 30
Binary 110 1010011 1110010 1011111 11011 0 110111 11000101 1011010 11000

Color Harmonies of #065372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065372

Black with #065372

Text Example


Text Example

White with #065372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065372; }

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

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

background-color css

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

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

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

border-color css

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

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

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