#0D698B

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

Shades of Allports #0D698B

Tints of Allports #0D698B

Color information

#0D698B (or 0x0D698B) is unknown color: approx Allports. HEX triplet: 0D, 69 and 8B. RGB value is (13,105,139). Sum of RGB (Red+Green+Blue) = 13+105+139=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D698B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D698B is #F29674. Grayscale: #515151. Windows color (decimal): -15898229 or 9136397. OLE color: 9136397.

HSL color Cylindrical-coordinate representation of color #0D698B: hue angle of 196.19º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D698B is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13105139-
CMYK0.910.2400.45
HSL196.19º82.89%29.8%-
HSV(B)196.19º90.65%54.51%-
XYZ9.8812.0526.23-
YUV81.37160.5279.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.06%
GREEN value IS 105 (41.41% from 255) = 40.86%
BLUE value IS 139 (54.69% from 255) = 54.09%
R=5.06%
G=40.86%
B=54.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131051390.910.2400.45196.1982.8929.8
HexD698B5B1802Dc4531e
Octal151512131333005530412336
Binary1101110100110001011101101111000010110111000100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,105,139); }

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

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

 a { background-color: rgb(13,105,139); }

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

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

 span { border-color: rgb(13,105,139); }

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