Html Css Color HEX #044C65 Blue Lagoon

📋 copy color: '#044C65'

red 4 ◦ green 76 ◦ blue 101

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

Shades of Blue Lagoon #044C65

Tints of Blue Lagoon #044C65

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.99%

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

R = 2.21%
G = 41.99%
B = 55.8%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#044C65 (or 0x044C65) is known color: Blue Lagoon. HEX triplet: 04, 4C and 65. RGB value is (4,76,101). Sum of RGB (Red+Green+Blue) = 4+76+101=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 101 (39.84% from 255 or 55.80% from 181); Max value from RGB is 101 - color contains mainly: blue. Hex color #044C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044C65 is #FBB39A. Grayscale: #393939. Windows color (decimal): -16495515 or 6638596. OLE color: 6638596.

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

Color convert

RGB 4 76 101 -
CMYK 0.96 0.25 0 0.60
HSL 195.46º 0.92% 0.21% -
HSV(B) 195.46º 0.96% 0.4% -
XYZ 4.98 6.13 13.23 -
YUV 57.32 152.65 89.97 -
System Red Green Blue C M Y K H S L
Decimal 4 76 101 0.96 0.25 0 0.60 195.46 0.92 0.21
Hex 4 4C 65 60 19 0 3C C3 5C 15
Octal 4 114 145 140 31 0 74 303 134 25
Binary 100 1001100 1100101 1100000 11001 0 111100 11000011 1011100 10101

Color Harmonies of #044C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044C65

Black with #044C65

Text Example


Text Example

White with #044C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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