Html Css Color HEX #0D4CFA Navy Blue

📋 copy color: '#0D4CFA'

red 13 ◦ green 76 ◦ blue 250

#0D4CFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0D4CFA

Tints of Navy Blue #0D4CFA

RGB

 RED value IS 13 (5.47% from 255) = 3.83%

 GREEN value IS 76 (30.08% from 255) = 22.42%

 BLUE value IS 250 (98.05% from 255) = 73.75%

R = 3.83%
G = 22.42%
B = 73.75%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0D4CFA (or 0x0D4CFA) is known color: Navy Blue. HEX triplet: 0D, 4C and FA. RGB value is (13,76,250). Sum of RGB (Red+Green+Blue) = 13+76+250=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 250 (98.05% from 255 or 73.75% from 339); Max value from RGB is 250 - color contains mainly: blue. Hex color #0D4CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D4CFA is #F2B305. Grayscale: #4C4C4C. Windows color (decimal): -15905542 or 16403469. OLE color: 16403469.

HSL color Cylindrical-coordinate representation of color #0D4CFA: hue angle of 224.05º degrees, saturation: 0.96, 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 #0D4CFA is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 76 250 -
CMYK 0.95 0.70 0 0.02
HSL 224.05º 0.96% 0.52% -
HSV(B) 224.05º 0.95% 0.98% -
XYZ 20.01 12.16 91.73 -
YUV 77 225.63 82.35 -
System Red Green Blue C M Y K H S L
Decimal 13 76 250 0.95 0.70 0 0.02 224.05 0.96 0.52
Hex D 4C FA 5F 46 0 2 E0 60 34
Octal 15 114 372 137 106 0 2 340 140 64
Binary 1101 1001100 11111010 1011111 1000110 0 10 11100000 1100000 110100

Color Harmonies of #0D4CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4CFA

Black with #0D4CFA

Text Example


Text Example

White with #0D4CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D4CFA;
 }
 .AnyTagClassName
 {
   color: #0D4CFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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