Html Css Color HEX #0D516D Blue Lagoon

📋 copy color: '#0D516D'

red 13 ◦ green 81 ◦ blue 109

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

Shades of Blue Lagoon #0D516D

Tints of Blue Lagoon #0D516D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.9%

 BLUE value IS 109 (42.97% from 255) = 53.69%

R = 6.4%
G = 39.9%
B = 53.69%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0D516D (or 0x0D516D) is known color: Blue Lagoon. HEX triplet: 0D, 51 and 6D. RGB value is (13,81,109). Sum of RGB (Red+Green+Blue) = 13+81+109=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #0D516D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D516D is #F2AE92. Grayscale: #3F3F3F. Windows color (decimal): -15904403 or 7164173. OLE color: 7164173.

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

Color convert

RGB 13 81 109 -
CMYK 0.88 0.26 0 0.57
HSL 197.5º 0.79% 0.24% -
HSV(B) 197.5º 0.88% 0.43% -
XYZ 5.87 7.07 15.52 -
YUV 63.86 153.47 91.72 -
System Red Green Blue C M Y K H S L
Decimal 13 81 109 0.88 0.26 0 0.57 197.5 0.79 0.24
Hex D 51 6D 58 1A 0 39 C6 4F 18
Octal 15 121 155 130 32 0 71 306 117 30
Binary 1101 1010001 1101101 1011000 11010 0 111001 11000110 1001111 11000

Color Harmonies of #0D516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D516D

Black with #0D516D

Text Example


Text Example

White with #0D516D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,81,109); }

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

background-color css

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

 a { background-color: rgb(13,81,109); }

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

border-color css

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

 span { border-color: rgb(13,81,109); }

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