#0D75E3

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

Shades of Navy Blue #0D75E3

Tints of Navy Blue #0D75E3

Color information

#0D75E3 (or 0x0D75E3) is unknown color: approx Navy Blue. HEX triplet: 0D, 75 and E3. RGB value is (13,117,227). Sum of RGB (Red+Green+Blue) = 13+117+227=357 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.64% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 227 (89.06% from 255 or 63.59% from 357); Max value from RGB is 227 - color contains mainly: blue. Hex color #0D75E3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D75E3 is #F28A1C. Grayscale: #616161. Windows color (decimal): -15895069 or 14906637. OLE color: 14906637.

HSL color Cylindrical-coordinate representation of color #0D75E3: hue angle of 210.84º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D75E3 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13117227-
CMYK0.940.4800.11
HSL210.84º89.17%47.06%-
HSV(B)210.84º94.27%89.02%-
XYZ20.3918.3575.14-
YUV98.44200.5467.06-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.64%
GREEN value IS 117 (46.09% from 255) = 32.77%
BLUE value IS 227 (89.06% from 255) = 63.59%
R=3.64%
G=32.77%
B=63.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal131172270.940.4800.11210.8489.1747.06
HexD75E35E300Bd3592f
Octal151653431366001332313157
Binary1101111010111100011101111011000001011110100111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D75E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,117,227); }

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

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

 a { background-color: rgb(13,117,227); }

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

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

 span { border-color: rgb(13,117,227); }

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