Html Css Color HEX #045263 Blue Lagoon

📋 copy color: '#045263'

red 4 ◦ green 82 ◦ blue 99

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

Shades of Blue Lagoon #045263

Tints of Blue Lagoon #045263

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.32%

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

R = 2.16%
G = 44.32%
B = 53.51%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#045263 (or 0x045263) is known color: Blue Lagoon. HEX triplet: 04, 52 and 63. RGB value is (4,82,99). Sum of RGB (Red+Green+Blue) = 4+82+99=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #045263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045263 is #FBAD9C. Grayscale: #3C3C3C. Windows color (decimal): -16493981 or 6509060. OLE color: 6509060.

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

Color convert

RGB 4 82 99 -
CMYK 0.96 0.17 0 0.61
HSL 190.74º 0.92% 0.2% -
HSV(B) 190.74º 0.96% 0.39% -
XYZ 5.32 6.96 12.87 -
YUV 60.62 149.66 87.62 -
System Red Green Blue C M Y K H S L
Decimal 4 82 99 0.96 0.17 0 0.61 190.74 0.92 0.2
Hex 4 52 63 60 11 0 3D BF 5C 14
Octal 4 122 143 140 21 0 75 277 134 24
Binary 100 1010010 1100011 1100000 10001 0 111101 10111111 1011100 10100

Color Harmonies of #045263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045263

Black with #045263

Text Example


Text Example

White with #045263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045263; }

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

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

background-color css

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

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

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

border-color css

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

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

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