Html Css Color HEX #045363 Blue Lagoon

📋 copy color: '#045363'

red 4 ◦ green 83 ◦ blue 99

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

Shades of Blue Lagoon #045363

Tints of Blue Lagoon #045363

RGB

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

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

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

R = 2.15%
G = 44.62%
B = 53.23%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#045363 (or 0x045363) is known color: Blue Lagoon. HEX triplet: 04, 53 and 63. RGB value is (4,83,99). Sum of RGB (Red+Green+Blue) = 4+83+99=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #045363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045363 is #FBAC9C. Grayscale: #3D3D3D. Windows color (decimal): -16493725 or 6509316. OLE color: 6509316.

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

Color convert

RGB 4 83 99 -
CMYK 0.96 0.16 0 0.61
HSL 190.11º 0.92% 0.2% -
HSV(B) 190.11º 0.96% 0.39% -
XYZ 5.4 7.11 12.89 -
YUV 61.2 149.33 87.2 -
System Red Green Blue C M Y K H S L
Decimal 4 83 99 0.96 0.16 0 0.61 190.11 0.92 0.2
Hex 4 53 63 60 10 0 3D BE 5C 14
Octal 4 123 143 140 20 0 75 276 134 24
Binary 100 1010011 1100011 1100000 10000 0 111101 10111110 1011100 10100

Color Harmonies of #045363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045363

Black with #045363

Text Example


Text Example

White with #045363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045363; }

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

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

background-color css

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

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

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

border-color css

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

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

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