#0B647E

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

Shades of Blue Lagoon #0B647E

Tints of Blue Lagoon #0B647E

Color information

#0B647E (or 0x0B647E) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 64 and 7E. RGB value is (11,100,126). Sum of RGB (Red+Green+Blue) = 11+100+126=237 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.64% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 126 (49.61% from 255 or 53.16% from 237); Max value from RGB is 126 - color contains mainly: blue. Hex color #0B647E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B647E is #F49B81. Grayscale: #4C4C4C. Windows color (decimal): -16030594 or 8283147. OLE color: 8283147.

HSL color Cylindrical-coordinate representation of color #0B647E: hue angle of 193.57º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B647E is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11100126-
CMYK0.910.2100.51
HSL193.57º83.94%26.86%-
HSV(B)193.57º91.27%49.41%-
XYZ8.4610.6921.36-
YUV76.35156.0181.39-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.64%
GREEN value IS 100 (39.45% from 255) = 42.19%
BLUE value IS 126 (49.61% from 255) = 53.16%
R=4.64%
G=42.19%
B=53.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111001260.910.2100.51193.5783.9426.86
HexB647E5B15033c2541b
Octal131441761332506330212433
Binary101111001001111110101101110101011001111000010101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,100,126); }

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

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

 a { background-color: rgb(11,100,126); }

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

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

 span { border-color: rgb(11,100,126); }

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