Html Css Color HEX #0D536B Blue Lagoon

📋 copy color: '#0D536B'

red 13 ◦ green 83 ◦ blue 107

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

Shades of Blue Lagoon #0D536B

Tints of Blue Lagoon #0D536B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.89%

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

R = 6.4%
G = 40.89%
B = 52.71%

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

#0D536B (or 0x0D536B) is known color: Blue Lagoon. HEX triplet: 0D, 53 and 6B. RGB value is (13,83,107). Sum of RGB (Red+Green+Blue) = 13+83+107=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #0D536B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D536B is #F2AC94. Grayscale: #404040. Windows color (decimal): -15903893 or 7033613. OLE color: 7033613.

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

Color convert

RGB 13 83 107 -
CMYK 0.88 0.22 0 0.58
HSL 195.32º 0.78% 0.24% -
HSV(B) 195.32º 0.88% 0.42% -
XYZ 5.91 7.33 15.01 -
YUV 64.81 151.81 91.05 -
System Red Green Blue C M Y K H S L
Decimal 13 83 107 0.88 0.22 0 0.58 195.32 0.78 0.24
Hex D 53 6B 58 16 0 3A C3 4E 18
Octal 15 123 153 130 26 0 72 303 116 30
Binary 1101 1010011 1101011 1011000 10110 0 111010 11000011 1001110 11000

Color Harmonies of #0D536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D536B

Black with #0D536B

Text Example


Text Example

White with #0D536B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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