Html Css Color HEX #045963 Blue Lagoon

📋 copy color: '#045963'

red 4 ◦ green 89 ◦ blue 99

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

Shades of Blue Lagoon #045963

Tints of Blue Lagoon #045963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.35%

 BLUE value IS 99 (39.06% from 255) = 51.56%

R = 2.08%
G = 46.35%
B = 51.56%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#045963 (or 0x045963) is known color: Blue Lagoon. HEX triplet: 04, 59 and 63. RGB value is (4,89,99). Sum of RGB (Red+Green+Blue) = 4+89+99=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #045963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045963 is #FBA69C. Grayscale: #404040. Windows color (decimal): -16492189 or 6510852. OLE color: 6510852.

HSL color Cylindrical-coordinate representation of color #045963: hue angle of 186.32º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045963 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 4 89 99 -
CMYK 0.96 0.10 0 0.61
HSL 186.32º 0.92% 0.2% -
HSV(B) 186.32º 0.96% 0.39% -
XYZ 5.87 8.07 13.05 -
YUV 64.73 147.34 84.69 -
System Red Green Blue C M Y K H S L
Decimal 4 89 99 0.96 0.10 0 0.61 186.32 0.92 0.2
Hex 4 59 63 60 A 0 3D BA 5C 14
Octal 4 131 143 140 12 0 75 272 134 24
Binary 100 1011001 1100011 1100000 1010 0 111101 10111010 1011100 10100

Color Harmonies of #045963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045963

Black with #045963

Text Example


Text Example

White with #045963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045963; }

 p { color: rgb(4,89,99); }

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

background-color css

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

 a { background-color: rgb(4,89,99); }

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

border-color css

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

 span { border-color: rgb(4,89,99); }

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