Html Css Color HEX #045365 Blue Lagoon

📋 copy color: '#045365'

red 4 ◦ green 83 ◦ blue 101

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

Shades of Blue Lagoon #045365

Tints of Blue Lagoon #045365

RGB

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

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

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

R = 2.13%
G = 44.15%
B = 53.72%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#045365 (or 0x045365) is known color: Blue Lagoon. HEX triplet: 04, 53 and 65. RGB value is (4,83,101). Sum of RGB (Red+Green+Blue) = 4+83+101=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #045365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045365 is #FBAC9A. Grayscale: #3D3D3D. Windows color (decimal): -16493723 or 6640388. OLE color: 6640388.

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

Color convert

RGB 4 83 101 -
CMYK 0.96 0.18 0 0.60
HSL 191.13º 0.92% 0.21% -
HSV(B) 191.13º 0.96% 0.4% -
XYZ 5.49 7.15 13.4 -
YUV 61.43 150.33 87.04 -
System Red Green Blue C M Y K H S L
Decimal 4 83 101 0.96 0.18 0 0.60 191.13 0.92 0.21
Hex 4 53 65 60 12 0 3C BF 5C 15
Octal 4 123 145 140 22 0 74 277 134 25
Binary 100 1010011 1100101 1100000 10010 0 111100 10111111 1011100 10101

Color Harmonies of #045365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045365

Black with #045365

Text Example


Text Example

White with #045365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045365; }

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

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

background-color css

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

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

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

border-color css

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

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

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