#0D6584

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

Shades of Allports #0D6584

Tints of Allports #0D6584

Color information

#0D6584 (or 0x0D6584) is unknown color: approx Allports. HEX triplet: 0D, 65 and 84. RGB value is (13,101,132). Sum of RGB (Red+Green+Blue) = 13+101+132=246 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.28% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D6584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6584 is #F29A7B. Grayscale: #4E4E4E. Windows color (decimal): -15899260 or 8676621. OLE color: 8676621.

HSL color Cylindrical-coordinate representation of color #0D6584: hue angle of 195.63º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D6584 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13101132-
CMYK0.900.2300.48
HSL195.63º82.07%28.43%-
HSV(B)195.63º90.15%51.76%-
XYZ8.9811.0623.49-
YUV78.22158.3581.48-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.28%
GREEN value IS 101 (39.84% from 255) = 41.06%
BLUE value IS 132 (51.95% from 255) = 53.66%
R=5.28%
G=41.06%
B=53.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131011320.900.2300.48195.6382.0728.43
HexD65845A17030c4521c
Octal151452041322706030412234
Binary1101110010110000100101101010111011000011000100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,101,132); }

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

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

 a { background-color: rgb(13,101,132); }

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

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

 span { border-color: rgb(13,101,132); }

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