Html Css Color HEX #0D546C Blue Lagoon

📋 copy color: '#0D546C'

red 13 ◦ green 84 ◦ blue 108

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

Shades of Blue Lagoon #0D546C

Tints of Blue Lagoon #0D546C

RGB

 RED value IS 13 (5.47% from 255) = 6.34%

 GREEN value IS 84 (33.2% from 255) = 40.98%

 BLUE value IS 108 (42.58% from 255) = 52.68%

R = 6.34%
G = 40.98%
B = 52.68%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D546C (or 0x0D546C) is known color: Blue Lagoon. HEX triplet: 0D, 54 and 6C. RGB value is (13,84,108). Sum of RGB (Red+Green+Blue) = 13+84+108=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D546C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D546C is #F2AB93. Grayscale: #414141. Windows color (decimal): -15903636 or 7099405. OLE color: 7099405.

HSL color Cylindrical-coordinate representation of color #0D546C: hue angle of 195.16º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D546C is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 84 108 -
CMYK 0.88 0.22 0 0.58
HSL 195.16º 0.79% 0.24% -
HSV(B) 195.16º 0.88% 0.42% -
XYZ 6.04 7.51 15.32 -
YUV 65.51 151.98 90.55 -
System Red Green Blue C M Y K H S L
Decimal 13 84 108 0.88 0.22 0 0.58 195.16 0.79 0.24
Hex D 54 6C 58 16 0 3A C3 4F 18
Octal 15 124 154 130 26 0 72 303 117 30
Binary 1101 1010100 1101100 1011000 10110 0 111010 11000011 1001111 11000

Color Harmonies of #0D546C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D546C

Black with #0D546C

Text Example


Text Example

White with #0D546C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D546C; }

 p { color: rgb(13,84,108); }

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

background-color css

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

 a { background-color: rgb(13,84,108); }

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

border-color css

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

 span { border-color: rgb(13,84,108); }

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