Html Css Color HEX #05637B Blue Lagoon

📋 copy color: '#05637B'

red 5 ◦ green 99 ◦ blue 123

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

Shades of Blue Lagoon #05637B

Tints of Blue Lagoon #05637B

RGB

 RED value IS 5 (2.34% from 255) = 2.2%

 GREEN value IS 99 (39.06% from 255) = 43.61%

 BLUE value IS 123 (48.44% from 255) = 54.19%

R = 2.2%
G = 43.61%
B = 54.19%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#05637B (or 0x05637B) is known color: Blue Lagoon. HEX triplet: 05, 63 and 7B. RGB value is (5,99,123). Sum of RGB (Red+Green+Blue) = 5+99+123=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #05637B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05637B is #FA9C84. Grayscale: #494949. Windows color (decimal): -16424069 or 8086277. OLE color: 8086277.

HSL color Cylindrical-coordinate representation of color #05637B: hue angle of 192.2º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05637B is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 5 99 123 -
CMYK 0.96 0.20 0 0.52
HSL 192.2º 0.92% 0.25% -
HSV(B) 192.2º 0.96% 0.48% -
XYZ 8.1 10.39 20.32 -
YUV 73.63 155.86 79.05 -
System Red Green Blue C M Y K H S L
Decimal 5 99 123 0.96 0.20 0 0.52 192.2 0.92 0.25
Hex 5 63 7B 60 14 0 34 C0 5C 19
Octal 5 143 173 140 24 0 64 300 134 31
Binary 101 1100011 1111011 1100000 10100 0 110100 11000000 1011100 11001

Color Harmonies of #05637B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05637B

Black with #05637B

Text Example


Text Example

White with #05637B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05637B; }

 p { color: rgb(5,99,123); }

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

background-color css

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

 a { background-color: rgb(5,99,123); }

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

border-color css

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

 span { border-color: rgb(5,99,123); }

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