Html Css Color HEX #045F65 Blue Lagoon

📋 copy color: '#045F65'

red 4 ◦ green 95 ◦ blue 101

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

Shades of Blue Lagoon #045F65

Tints of Blue Lagoon #045F65

RGB

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

 GREEN value IS 95 (37.5% from 255) = 47.5%

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

R = 2%
G = 47.5%
B = 50.5%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#045F65 (or 0x045F65) is known color: Blue Lagoon. HEX triplet: 04, 5F and 65. RGB value is (4,95,101). Sum of RGB (Red+Green+Blue) = 4+95+101=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 95 (37.5% from 255 or 47.5% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #045F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045F65 is #FBA09A. Grayscale: #444444. Windows color (decimal): -16490651 or 6643460. OLE color: 6643460.

HSL color Cylindrical-coordinate representation of color #045F65: hue angle of 183.71º 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 #045F65 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 4 95 101 -
CMYK 0.96 0.06 0 0.60
HSL 183.71º 0.92% 0.21% -
HSV(B) 183.71º 0.96% 0.4% -
XYZ 6.49 9.15 13.74 -
YUV 68.48 146.35 82.01 -
System Red Green Blue C M Y K H S L
Decimal 4 95 101 0.96 0.06 0 0.60 183.71 0.92 0.21
Hex 4 5F 65 60 6 0 3C B8 5C 15
Octal 4 137 145 140 6 0 74 270 134 25
Binary 100 1011111 1100101 1100000 110 0 111100 10111000 1011100 10101

Color Harmonies of #045F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045F65

Black with #045F65

Text Example


Text Example

White with #045F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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