#0D678D

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

Shades of Allports #0D678D

Tints of Allports #0D678D

Color information

#0D678D (or 0x0D678D) is unknown color: approx Allports. HEX triplet: 0D, 67 and 8D. RGB value is (13,103,141). Sum of RGB (Red+Green+Blue) = 13+103+141=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D678D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D678D is #F29872. Grayscale: #505050. Windows color (decimal): -15898739 or 9266957. OLE color: 9266957.

HSL color Cylindrical-coordinate representation of color #0D678D: hue angle of 197.81º 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 #0D678D is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13103141-
CMYK0.910.2700.45
HSL197.81º83.12%30.2%-
HSV(B)197.81º90.78%55.29%-
XYZ9.8211.7126.94-
YUV80.42162.1879.91-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.06%
GREEN value IS 103 (40.62% from 255) = 40.08%
BLUE value IS 141 (55.47% from 255) = 54.86%
R=5.06%
G=40.08%
B=54.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131031410.910.2700.45197.8183.1230.2
HexD678D5B1B02Dc6531e
Octal151472151333305530612336
Binary1101110011110001101101101111011010110111000110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,103,141); }

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

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

 a { background-color: rgb(13,103,141); }

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

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

 span { border-color: rgb(13,103,141); }

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