#0D638E

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

Shades of Allports #0D638E

Tints of Allports #0D638E

Color information

#0D638E (or 0x0D638E) is unknown color: approx Allports. HEX triplet: 0D, 63 and 8E. RGB value is (13,99,142). Sum of RGB (Red+Green+Blue) = 13+99+142=254 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.12% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #0D638E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D638E is #F29C71. Grayscale: #4D4D4D. Windows color (decimal): -15899762 or 9331469. OLE color: 9331469.

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

Color convert

RGB1399142-
CMYK0.910.3000.44
HSL200º83.23%30.39%-
HSV(B)200º90.85%55.69%-
XYZ9.5110.9627.21-
YUV78.19164.0181.5-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.12%
GREEN value IS 99 (39.06% from 255) = 38.98%
BLUE value IS 142 (55.86% from 255) = 55.91%
R=5.12%
G=38.98%
B=55.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13991420.910.3000.4420083.2330.39
HexD638E5B1E02Cc8531e
Octal151432161333605431012336
Binary1101110001110001110101101111110010110011001000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,99,142); }

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

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

 a { background-color: rgb(13,99,142); }

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

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

 span { border-color: rgb(13,99,142); }

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