#0D656B

Color #0D656B Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #0D656B

Tints of Blue Lagoon #0D656B

Color information

#0D656B (or 0x0D656B) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 65 and 6B. RGB value is (13,101,107). Sum of RGB (Red+Green+Blue) = 13+101+107=221 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.88% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 107 - color contains mainly: blue. Hex color #0D656B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D656B is #F29A94. Grayscale: #4B4B4B. Windows color (decimal): -15899285 or 7038221. OLE color: 7038221.

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

Color convert

RGB13101107-
CMYK0.880.0600.58
HSL183.83º78.33%23.53%-
HSV(B)183.83º87.85%41.96%-
XYZ7.4710.4515.53-
YUV75.37145.8583.51-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.88%
GREEN value IS 101 (39.84% from 255) = 45.70%
BLUE value IS 107 (42.19% from 255) = 48.42%
R=5.88%
G=45.70%
B=48.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal131011070.880.0600.58183.8378.3323.53
HexD656B58603Ab84e18
Octal15145153130607227011630
Binary1101110010111010111011000110011101010111000100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D656B;
 }
 .AnyTagClassName
 {
   color: #0D656B;
 }
</style>
background-color css

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

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

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

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

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

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