#0D668D

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

Shades of Allports #0D668D

Tints of Allports #0D668D

Color information

#0D668D (or 0x0D668D) is unknown color: approx Allports. HEX triplet: 0D, 66 and 8D. RGB value is (13,102,141). Sum of RGB (Red+Green+Blue) = 13+102+141=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D668D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D668D is #F29972. Grayscale: #4F4F4F. Windows color (decimal): -15898995 or 9266701. OLE color: 9266701.

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

Color convert

RGB13102141-
CMYK0.910.2800.45
HSL198.28º83.12%30.2%-
HSV(B)198.28º90.78%55.29%-
XYZ9.7311.5126.91-
YUV79.83162.5180.33-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.08%
GREEN value IS 102 (40.23% from 255) = 39.84%
BLUE value IS 141 (55.47% from 255) = 55.08%
R=5.08%
G=39.84%
B=55.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131021410.910.2800.45198.2883.1230.2
HexD668D5B1C02Dc6531e
Octal151462151333405530612336
Binary1101110011010001101101101111100010110111000110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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