Html Css Color HEX #045A6D Blue Lagoon

📋 copy color: '#045A6D'

red 4 ◦ green 90 ◦ blue 109

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

Shades of Blue Lagoon #045A6D

Tints of Blue Lagoon #045A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 44.33%

 BLUE value IS 109 (42.97% from 255) = 53.69%

R = 1.97%
G = 44.33%
B = 53.69%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#045A6D (or 0x045A6D) is known color: Blue Lagoon. HEX triplet: 04, 5A and 6D. RGB value is (4,90,109). Sum of RGB (Red+Green+Blue) = 4+90+109=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #045A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045A6D is #FBA592. Grayscale: #424242. Windows color (decimal): -16491923 or 7166468. OLE color: 7166468.

HSL color Cylindrical-coordinate representation of color #045A6D: hue angle of 190.86º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045A6D is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 4 90 109 -
CMYK 0.96 0.17 0 0.57
HSL 190.86º 0.93% 0.22% -
HSV(B) 190.86º 0.96% 0.43% -
XYZ 6.47 8.44 15.76 -
YUV 66.45 152.01 83.46 -
System Red Green Blue C M Y K H S L
Decimal 4 90 109 0.96 0.17 0 0.57 190.86 0.93 0.22
Hex 4 5A 6D 60 11 0 39 BF 5D 16
Octal 4 132 155 140 21 0 71 277 135 26
Binary 100 1011010 1101101 1100000 10001 0 111001 10111111 1011101 10110

Color Harmonies of #045A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045A6D

Black with #045A6D

Text Example


Text Example

White with #045A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,90,109); }

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

background-color css

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

 a { background-color: rgb(4,90,109); }

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

border-color css

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

 span { border-color: rgb(4,90,109); }

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