Html Css Color HEX #0D636B Blue Lagoon

📋 copy color: '#0D636B'

red 13 ◦ green 99 ◦ blue 107

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

Shades of Blue Lagoon #0D636B

Tints of Blue Lagoon #0D636B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 48.86%

R = 5.94%
G = 45.21%
B = 48.86%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D636B (or 0x0D636B) is known color: Blue Lagoon. HEX triplet: 0D, 63 and 6B. RGB value is (13,99,107). Sum of RGB (Red+Green+Blue) = 13+99+107=219 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.94% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #0D636B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D636B is #F29C94. Grayscale: #4A4A4A. Windows color (decimal): -15899797 or 7037709. OLE color: 7037709.

HSL color Cylindrical-coordinate representation of color #0D636B: hue angle of 185.11º degrees, saturation: 0.78, 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 #0D636B is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 99 107 -
CMYK 0.88 0.07 0 0.58
HSL 185.11º 0.78% 0.24% -
HSV(B) 185.11º 0.88% 0.42% -
XYZ 7.28 10.07 15.47 -
YUV 74.2 146.51 84.35 -
System Red Green Blue C M Y K H S L
Decimal 13 99 107 0.88 0.07 0 0.58 185.11 0.78 0.24
Hex D 63 6B 58 7 0 3A B9 4E 18
Octal 15 143 153 130 7 0 72 271 116 30
Binary 1101 1100011 1101011 1011000 111 0 111010 10111001 1001110 11000

Color Harmonies of #0D636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D636B

Black with #0D636B

Text Example


Text Example

White with #0D636B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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