#0D4CFB

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

Shades of Navy Blue #0D4CFB

Tints of Navy Blue #0D4CFB

Color information

#0D4CFB (or 0x0D4CFB) is unknown color: approx Navy Blue. HEX triplet: 0D, 4C and FB. RGB value is (13,76,251). Sum of RGB (Red+Green+Blue) = 13+76+251=340 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.82% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 251 (98.44% from 255 or 73.82% from 340); Max value from RGB is 251 - color contains mainly: blue. Hex color #0D4CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D4CFB is #F2B304. Grayscale: #4C4C4C. Windows color (decimal): -15905541 or 16469005. OLE color: 16469005.

HSL color Cylindrical-coordinate representation of color #0D4CFB: hue angle of 224.12º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D4CFB is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1376251-
CMYK0.950.7000.02
HSL224.12º96.75%51.76%-
HSV(B)224.12º94.82%98.43%-
XYZ20.1612.2292.56-
YUV77.11226.1382.27-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.82%
GREEN value IS 76 (30.08% from 255) = 22.35%
BLUE value IS 251 (98.44% from 255) = 73.82%
R=3.82%
G=22.35%
B=73.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal13762510.950.7000.02224.1296.7551.76
HexD4CFB5F4602e06134
Octal151143731371060234014164
Binary110110011001111101110111111000110010111000001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,76,251); }

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

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

 a { background-color: rgb(13,76,251); }

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

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

 span { border-color: rgb(13,76,251); }

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