Html Css Color HEX #0D74DA Navy Blue

📋 copy color: '#0D74DA'

red 13 ◦ green 116 ◦ blue 218

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

Shades of Navy Blue #0D74DA

Tints of Navy Blue #0D74DA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.43%

 BLUE value IS 218 (85.55% from 255) = 62.82%

R = 3.75%
G = 33.43%
B = 62.82%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0D74DA (or 0x0D74DA) is known color: Navy Blue. HEX triplet: 0D, 74 and DA. RGB value is (13,116,218). Sum of RGB (Red+Green+Blue) = 13+116+218=347 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.75% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #0D74DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D74DA is #F28B25. Grayscale: #606060. Windows color (decimal): -15895334 or 14316557. OLE color: 14316557.

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

Color convert

RGB 13 116 218 -
CMYK 0.94 0.47 0 0.15
HSL 209.85º 0.89% 0.45% -
HSV(B) 209.85º 0.94% 0.85% -
XYZ 19.07 17.64 68.73 -
YUV 96.83 196.38 68.21 -
System Red Green Blue C M Y K H S L
Decimal 13 116 218 0.94 0.47 0 0.15 209.85 0.89 0.45
Hex D 74 DA 5E 2F 0 F D2 59 2D
Octal 15 164 332 136 57 0 17 322 131 55
Binary 1101 1110100 11011010 1011110 101111 0 1111 11010010 1011001 101101

Color Harmonies of #0D74DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D74DA

Black with #0D74DA

Text Example


Text Example

White with #0D74DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,116,218); }

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

background-color css

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

 a { background-color: rgb(13,116,218); }

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

border-color css

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

 span { border-color: rgb(13,116,218); }

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