#0D628A

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

Shades of Allports #0D628A

Tints of Allports #0D628A

Color information

#0D628A (or 0x0D628A) is unknown color: approx Allports. HEX triplet: 0D, 62 and 8A. RGB value is (13,98,138). Sum of RGB (Red+Green+Blue) = 13+98+138=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #0D628A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D628A is #F29D75. Grayscale: #4C4C4C. Windows color (decimal): -15900022 or 9069069. OLE color: 9069069.

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

Color convert

RGB1398138-
CMYK0.910.2900.46
HSL199.2º82.78%29.61%-
HSV(B)199.2º90.58%54.12%-
XYZ9.1210.6625.62-
YUV77.14162.3482.25-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.22%
GREEN value IS 98 (38.67% from 255) = 39.36%
BLUE value IS 138 (54.30% from 255) = 55.42%
R=5.22%
G=39.36%
B=55.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13981380.910.2900.46199.282.7829.61
HexD628A5B1D02Ec7531e
Octal151422121333505630712336
Binary1101110001010001010101101111101010111011000111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,98,138); }

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

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

 a { background-color: rgb(13,98,138); }

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

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

 span { border-color: rgb(13,98,138); }

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