#0B4E68

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

Shades of Blue Lagoon #0B4E68

Tints of Blue Lagoon #0B4E68

Color information

#0B4E68 (or 0x0B4E68) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 4E and 68. RGB value is (11,78,104). Sum of RGB (Red+Green+Blue) = 11+78+104=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #0B4E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B4E68 is #F4B197. Grayscale: #3C3C3C. Windows color (decimal): -16036248 or 6835723. OLE color: 6835723.

HSL color Cylindrical-coordinate representation of color #0B4E68: hue angle of 196.77º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B4E68 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1178104-
CMYK0.890.2500.59
HSL196.77º80.87%22.55%-
HSV(B)196.77º89.42%40.78%-
XYZ5.366.5214.07-
YUV60.93152.392.39-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.70%
GREEN value IS 78 (30.86% from 255) = 40.41%
BLUE value IS 104 (41.02% from 255) = 53.89%
R=5.70%
G=40.41%
B=53.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11781040.890.2500.59196.7780.8722.55
HexB4E68591903Bc55117
Octal131161501313107330512127
Binary101110011101101000101100111001011101111000101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,78,104); }

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

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

 a { background-color: rgb(11,78,104); }

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

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

 span { border-color: rgb(11,78,104); }

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