Html Css Color HEX #0D6376 Blue Lagoon

📋 copy color: '#0D6376'

red 13 ◦ green 99 ◦ blue 118

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

Shades of Blue Lagoon #0D6376

Tints of Blue Lagoon #0D6376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 51.3%

R = 5.65%
G = 43.04%
B = 51.3%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0D6376 (or 0x0D6376) is known color: Blue Lagoon. HEX triplet: 0D, 63 and 76. RGB value is (13,99,118). Sum of RGB (Red+Green+Blue) = 13+99+118=230 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.65% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #0D6376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6376 is #F29C89. Grayscale: #4B4B4B. Windows color (decimal): -15899786 or 7758605. OLE color: 7758605.

HSL color Cylindrical-coordinate representation of color #0D6376: hue angle of 190.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D6376 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 13 99 118 -
CMYK 0.89 0.16 0 0.54
HSL 190.86º 0.8% 0.26% -
HSV(B) 190.86º 0.89% 0.46% -
XYZ 7.9 10.32 18.71 -
YUV 75.45 152.01 83.46 -
System Red Green Blue C M Y K H S L
Decimal 13 99 118 0.89 0.16 0 0.54 190.86 0.8 0.26
Hex D 63 76 59 10 0 36 BF 50 1A
Octal 15 143 166 131 20 0 66 277 120 32
Binary 1101 1100011 1110110 1011001 10000 0 110110 10111111 1010000 11010

Color Harmonies of #0D6376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6376

Black with #0D6376

Text Example


Text Example

White with #0D6376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,99,118); }

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

background-color css

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

 a { background-color: rgb(13,99,118); }

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

border-color css

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

 span { border-color: rgb(13,99,118); }

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