Html Css Color HEX #065572 Blue Lagoon

📋 copy color: '#065572'

red 6 ◦ green 85 ◦ blue 114

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

Shades of Blue Lagoon #065572

Tints of Blue Lagoon #065572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.46%

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

R = 2.93%
G = 41.46%
B = 55.61%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#065572 (or 0x065572) is known color: Blue Lagoon. HEX triplet: 06, 55 and 72. RGB value is (6,85,114). Sum of RGB (Red+Green+Blue) = 6+85+114=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #065572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065572 is #F9AA8D. Grayscale: #404040. Windows color (decimal): -16362126 or 7492870. OLE color: 7492870.

HSL color Cylindrical-coordinate representation of color #065572: hue angle of 196.11º 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 #065572 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 85 114 -
CMYK 0.95 0.25 0 0.55
HSL 196.11º 0.9% 0.24% -
HSV(B) 196.11º 0.95% 0.45% -
XYZ 6.36 7.75 17.08 -
YUV 64.69 155.83 86.14 -
System Red Green Blue C M Y K H S L
Decimal 6 85 114 0.95 0.25 0 0.55 196.11 0.9 0.24
Hex 6 55 72 5F 19 0 37 C4 5A 18
Octal 6 125 162 137 31 0 67 304 132 30
Binary 110 1010101 1110010 1011111 11001 0 110111 11000100 1011010 11000

Color Harmonies of #065572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065572

Black with #065572

Text Example


Text Example

White with #065572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065572; }

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

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

background-color css

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

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

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

border-color css

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

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

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