Html Css Color HEX #0D63D6 Navy Blue

📋 copy color: '#0D63D6'

red 13 ◦ green 99 ◦ blue 214

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

Shades of Navy Blue #0D63D6

Tints of Navy Blue #0D63D6

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.37%

 BLUE value IS 214 (83.98% from 255) = 65.64%

R = 3.99%
G = 30.37%
B = 65.64%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0D63D6 (or 0x0D63D6) is known color: Navy Blue. HEX triplet: 0D, 63 and D6. RGB value is (13,99,214). Sum of RGB (Red+Green+Blue) = 13+99+214=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 214 (83.98% from 255 or 65.64% from 326); Max value from RGB is 214 - color contains mainly: blue. Hex color #0D63D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D63D6 is #F29C29. Grayscale: #555555. Windows color (decimal): -15899690 or 14050061. OLE color: 14050061.

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

Color convert

RGB 13 99 214 -
CMYK 0.94 0.54 0 0.16
HSL 214.33º 0.89% 0.45% -
HSV(B) 214.33º 0.94% 0.84% -
XYZ 16.77 13.86 65.41 -
YUV 86.4 200.01 75.65 -
System Red Green Blue C M Y K H S L
Decimal 13 99 214 0.94 0.54 0 0.16 214.33 0.89 0.45
Hex D 63 D6 5E 36 0 10 D6 59 2D
Octal 15 143 326 136 66 0 20 326 131 55
Binary 1101 1100011 11010110 1011110 110110 0 10000 11010110 1011001 101101

Color Harmonies of #0D63D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D63D6

Black with #0D63D6

Text Example


Text Example

White with #0D63D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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