#0D6084

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

Shades of Allports #0D6084

Tints of Allports #0D6084

Color information

#0D6084 (or 0x0D6084) is unknown color: approx Allports. HEX triplet: 0D, 60 and 84. RGB value is (13,96,132). Sum of RGB (Red+Green+Blue) = 13+96+132=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D6084 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6084 is #F29F7B. Grayscale: #4B4B4B. Windows color (decimal): -15900540 or 8675341. OLE color: 8675341.

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

Color convert

RGB1396132-
CMYK0.900.2700.48
HSL198.15º82.07%28.43%-
HSV(B)198.15º90.15%51.76%-
XYZ8.5110.1223.33-
YUV75.2916083.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.39%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 132 (51.95% from 255) = 54.77%
R=5.39%
G=39.83%
B=54.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13961320.900.2700.48198.1582.0728.43
HexD60845A1B030c6521c
Octal151402041323306030612234
Binary1101110000010000100101101011011011000011000110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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