Html Css Color HEX #0D536F Blue Lagoon

📋 copy color: '#0D536F'

red 13 ◦ green 83 ◦ blue 111

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

Shades of Blue Lagoon #0D536F

Tints of Blue Lagoon #0D536F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 53.62%

R = 6.28%
G = 40.1%
B = 53.62%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D536F (or 0x0D536F) is known color: Blue Lagoon. HEX triplet: 0D, 53 and 6F. RGB value is (13,83,111). Sum of RGB (Red+Green+Blue) = 13+83+111=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D536F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D536F is #F2AC90. Grayscale: #414141. Windows color (decimal): -15903889 or 7295757. OLE color: 7295757.

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

Color convert

RGB 13 83 111 -
CMYK 0.88 0.25 0 0.56
HSL 197.14º 0.79% 0.24% -
HSV(B) 197.14º 0.88% 0.44% -
XYZ 6.13 7.42 16.15 -
YUV 65.26 153.81 90.72 -
System Red Green Blue C M Y K H S L
Decimal 13 83 111 0.88 0.25 0 0.56 197.14 0.79 0.24
Hex D 53 6F 58 19 0 38 C5 4F 18
Octal 15 123 157 130 31 0 70 305 117 30
Binary 1101 1010011 1101111 1011000 11001 0 111000 11000101 1001111 11000

Color Harmonies of #0D536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D536F

Black with #0D536F

Text Example


Text Example

White with #0D536F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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