Html Css Color HEX #045765 Blue Lagoon

📋 copy color: '#045765'

red 4 ◦ green 87 ◦ blue 101

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

Shades of Blue Lagoon #045765

Tints of Blue Lagoon #045765

RGB

 RED value IS 4 (1.95% from 255) = 2.08%

 GREEN value IS 87 (34.38% from 255) = 45.31%

 BLUE value IS 101 (39.84% from 255) = 52.6%

R = 2.08%
G = 45.31%
B = 52.6%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#045765 (or 0x045765) is known color: Blue Lagoon. HEX triplet: 04, 57 and 65. RGB value is (4,87,101). Sum of RGB (Red+Green+Blue) = 4+87+101=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #045765 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045765 is #FBA89A. Grayscale: #3F3F3F. Windows color (decimal): -16492699 or 6641412. OLE color: 6641412.

HSL color Cylindrical-coordinate representation of color #045765: hue angle of 188.66º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045765 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 4 87 101 -
CMYK 0.96 0.14 0 0.60
HSL 188.66º 0.92% 0.21% -
HSV(B) 188.66º 0.96% 0.4% -
XYZ 5.81 7.78 13.51 -
YUV 63.78 149 85.36 -
System Red Green Blue C M Y K H S L
Decimal 4 87 101 0.96 0.14 0 0.60 188.66 0.92 0.21
Hex 4 57 65 60 E 0 3C BD 5C 15
Octal 4 127 145 140 16 0 74 275 134 25
Binary 100 1010111 1100101 1100000 1110 0 111100 10111101 1011100 10101

Color Harmonies of #045765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045765

Black with #045765

Text Example


Text Example

White with #045765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045765; }

 p { color: rgb(4,87,101); }

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

background-color css

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

 a { background-color: rgb(4,87,101); }

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

border-color css

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

 span { border-color: rgb(4,87,101); }

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